tfoxy / graphene-django-optimizer

Optimize database access inside graphene queries
MIT License
428 stars 84 forks source link

Update Query to inherit from graphene.ObjectType. #68

Closed jackton1 closed 3 years ago

jackton1 commented 3 years ago

Purpose

Updates README to match schema definition from https://docs.graphene-python.org/projects/django/en/latest/tutorial-plain/#hello-graphql-schema-and-object-types

tfoxy commented 3 years ago

Thanks for the PR!