Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert GraphQL SDL to AST before passing to Apollo
Apollo released a breaking change in a semver-minor which causes it to stop understanding the SDL (string) GraphQL typeDefs we were passing it. This fix ensures we're converting to an AST to avoid the error being thrown. See apollographql/apollo-server#2921 Fixes #1340
- Loading branch information