Created
November 18, 2019 19:39
-
-
Save relwell/2198a7eeee78dc4d3341d5cca6b07397 to your computer and use it in GitHub Desktop.
This file contains 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
"""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