[FEATURE]: Disallow DQL schema changes for predicates used in GraphQL schema #8487
Labels
area/graphql
Issues related to GraphQL support on Dgraph.
dgraph
Issue or PR created by an internal Dgraph contributor.
kind/feature
Something completely new we should consider.
Stale
v21.12
supposedly corrected in v21.12
What you wanted to do.
v21.12 PR : #7742
Discuss : https://discuss.dgraph.io/t/disallow-dql-schema-changes-for-predicates-used-in-graphql-schema/13570
If a predicate is being used in GraphQL it shouldn’t be modifiable via alter. It should only be changed in the GraphQL schema.
Why
improve GraphQL DQL interoperability.
Today can make changes to my DQL schema directly that would break my GraphQL schema.
The text was updated successfully, but these errors were encountered: