Skip to content

Instantly share code, notes, and snippets.

@nidhinp
Created September 2, 2019 14:34
Show Gist options
  • Save nidhinp/1e84e153f2e843df1536a2b79127f728 to your computer and use it in GitHub Desktop.
Save nidhinp/1e84e153f2e843df1536a2b79127f728 to your computer and use it in GitHub Desktop.
import graphene
from .queries import Query
from .mutations import Mutation
schema = graphene.Schema(query=Query, mutation=Mutation)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment