Add validation rule that operation types exist by benjaminjkraft · Pull Request #955 · graphql/graphql-specRight now the spec says that, for example, if the schema does not define
a mutation root type, then the schema does not support mutations. But
there's no validation rule for it, which means that m...