Skip to content

Instantly share code, notes, and snippets.

@nderkach
Created November 26, 2017 11:30
Show Gist options
  • Save nderkach/c9b8be00cd3ce441f6304a22d3fb0e8c to your computer and use it in GitHub Desktop.
Save nderkach/c9b8be00cd3ce441f6304a22d3fb0e8c to your computer and use it in GitHub Desktop.
from graphene import ObjectType, List
class Query(ObjectType):
reviews = List(Review, id=Int(required=True))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment