You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think also equally important is could this also be added to the docs page as well? This feels like a huge feature and yet there isn't anything about it on https://sangria-graphql.org/learn/, so I'm not sure exactly how it would apply to my current projects.
Good point 👍 I will add more info on how type and schema extensions work. There is already some info on this in "High-level SDL-based Schema Builder" and "Schema Materialization Example", but they only describe extend type. This particular issue adds the following syntax in the SDL:
It would add additional operations and extra directives to the materialized schema. Although the issue title sounds exciting, it doesn't really add anything significant. It just provides more flexibility for a schema {...} SDL definition.
spec: graphql/graphql-spec#428
The text was updated successfully, but these errors were encountered: