Does Apollo Server work with GraphQL Tools stitchSchemas?
问题 According to Apollo docs "Apollo Server 2 exports all of graphql-tools, so makeExecutableSchema and other functions can be imported directly from Apollo Server." "Apollo Server is able to accept a schema that has been enabled by graphql-tools" However, I've just noticed I can't directly import stitchSchemas from apollo-server (I've been using it from @graphql-tools/stitch), and am hours deep in problems that aren't making sense. Does Apollo work with stitchSchemas or not? 回答1: Yes, you can