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
The GraphQL spec was amended to allow descriptions for the schema itself, see graphql/graphql-spec#466. I am happy to accept a PR that adds this feature. Since we mirror graphql-js when possible, the easiest route to implementing this is to follow graphql/graphql-js#2419
The text was updated successfully, but these errors were encountered:
…d advanced formating.
These are few known issues:
* Schema description is not yet supported by `graphql-php` (webonyx/graphql-php#1027)
* "implements" for interfaces is not yet supported by Lighthouse (just for the reference webonyx/graphql-php#728)
…d advanced formating.
These are few known issues:
* Schema description is not yet supported by `graphql-php` (webonyx/graphql-php#1027)
* "implements" for interfaces is not yet supported by Lighthouse (just for the reference webonyx/graphql-php#728)
LastDragon-ru
added a commit
to LastDragon-ru/lara-asp-graphql
that referenced
this issue
Jan 30, 2022
…d advanced formating.
These are few known issues:
* Schema description is not yet supported by `graphql-php` (webonyx/graphql-php#1027)
* "implements" for interfaces is not yet supported by Lighthouse (just for the reference webonyx/graphql-php#728)
The GraphQL spec was amended to allow descriptions for the schema itself, see graphql/graphql-spec#466. I am happy to accept a PR that adds this feature. Since we mirror
graphql-js
when possible, the easiest route to implementing this is to follow graphql/graphql-js#2419The text was updated successfully, but these errors were encountered: