question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Schema documentation is requested but not shown even if received (v1.5.1)

See original GitHub issue

I 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:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:13 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
spawniacommented, Dec 7, 2021

Tracked in https://github.com/webonyx/graphql-php/issues/1027, I will happily accept PRs.

1reaction
acaocommented, Dec 7, 2021

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found