tfoxy / graphene-django-optimizer

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

Pass field_node instead of field_name #89

Closed firaskafri closed 1 year ago

firaskafri commented 1 year ago

graphene has changed the signature of get_field_def to receive field_node: FieldNode instead of field_name