It is allowed to omit ```graphql schema { ... } ``` if the Root Types are called `Query` and `Mutation` See https://github.com/facebook/graphql/pull/90/files#diff-fe406b08746616e2f5f00909488cce66R1000 This is currently not supported.
It is allowed to omit
schema { ... }if the Root Types are called
QueryandMutationSee https://github.com/facebook/graphql/pull/90/files#diff-fe406b08746616e2f5f00909488cce66R1000
This is currently not supported.