Skip to content

Instantly share code, notes, and snippets.

@necaris
Created September 17, 2019 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save necaris/9acd7e0affd65e3d3ac422e4b69ad284 to your computer and use it in GitHub Desktop.
Save necaris/9acd7e0affd65e3d3ac422e4b69ad284 to your computer and use it in GitHub Desktop.
from graphene_pydantic import PydanticObjectType
class GraphQLFlight(PydanticObjectType):
class Meta:
model = Flight
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment