Last active
September 25, 2024 10:39
-
-
Save zzzarius/e3c68766e6307fe036b042e825e9a48d to your computer and use it in GitHub Desktop.
Get graphql schema from Contentful
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install -g graphqurl | |
gq https://graphql.contentful.com/content/v1/spaces/<space_id>/environments/<environment_name> -H 'Authorization: Bearer <CONTENTFUL_ACCESS_TOKEN>' --introspect > schema.graphql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment