mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-13 17:52:19 +03:00
dev
This commit is contained in:
parent
30deedcb37
commit
0d44cdd51f
|
@ -43,7 +43,7 @@ def maybe_queryset(value):
|
|||
|
||||
def get_model_fields(model):
|
||||
local_fields = [
|
||||
(field.name, field)
|
||||
(field[0], field[1])
|
||||
for field in sorted(
|
||||
model.defined_properties().items()
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user