Skip to content

Instantly share code, notes, and snippets.

@zzzarius
Last active September 25, 2024 10:39
Show Gist options
  • Save zzzarius/e3c68766e6307fe036b042e825e9a48d to your computer and use it in GitHub Desktop.
Save zzzarius/e3c68766e6307fe036b042e825e9a48d to your computer and use it in GitHub Desktop.
Get graphql schema from Contentful
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