GraphQL allows clients to exactly specify what data they need to read and write from an endpoint. But what happens if you have more than one backend you want to query from your client, for example in a microservice architecture? One solution is to "stitch" several schemas from several endpoints into one schema that the client consumes. In this talk I give you a demonstration how schema stitching can be achieved easily with Apollo GraphQL.