Schema documentation is requested but not shown even if received (v1.5.1)
See original GitHub issueI can see that the schema description is requested:
query IntrospectionQuery {
__schema {
description
...
}
but it isn’t displayed even if received. Just the default “A GraphQL schema provides a root type for each kind of operation.” shows up.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:13 (8 by maintainers)
Top Results From Across the Web
Schema Registry API Reference
The Schema Registry REST server uses content types for both requests and responses to indicate the serialization format of the data as well...
Read more >Core Schemas
Core schemas are not a new language. All core schema documents are valid GraphQL schema documents. However, this specification introduces new requirements, ...
Read more >garethr/openshift-json-schema
Visual tools for crafting Kubernetes configurations. Tools to show changes between Kubernetes versions.
Read more >Docs: Options
This option checks column character sets as well as table default character sets. It does not currently check any other object type besides...
Read more >OpenAPI Specification - Version 3.0.3
Types that are not accompanied by a format property follow the type ... be used by the clients if needed, and MAY be...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Tracked in https://github.com/webonyx/graphql-php/issues/1027, I will happily accept PRs.
@learnerEvermore this is now an opt-in feature via props, fyi! same with argument deprecations which is now supported by
DocExplorer
as well. It seems that a lot of GraphQL reference implementations need to add the__Schema.documentation
field