If you have a decoupled Drupal site that leverages GraphQL, you may want to use this module.

This module has a very simple purpose:
Every time your Drupal configuration is exported, also export the full GraphQL schema.

If you have the Drupal and front-end application (for example, React) in the same repository, you can use this module to push the full schema to the front-end application. The front-end tooling can then use this, without the front-enders having to do this manually from a running Drupal installation.