Skip to content

Instantly share code, notes, and snippets.

@relwell
Created November 18, 2019 19:39
Show Gist options
  • Save relwell/2198a7eeee78dc4d3341d5cca6b07397 to your computer and use it in GitHub Desktop.
Save relwell/2198a7eeee78dc4d3341d5cca6b07397 to your computer and use it in GitHub Desktop.
"""Dump the GraphQL schema for the frontend."""
from your.graphql_api import schema
print(schema)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment