mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-10 16:22:20 +03:00
Linting
This commit is contained in:
parent
59c01172bb
commit
e2638408b1
|
@ -121,6 +121,7 @@ def validate_exclude_fields(exclude_fields, all_field_names, model, type_):
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def validate_fields(type_, model, fields, only_fields, exclude_fields):
|
def validate_fields(type_, model, fields, only_fields, exclude_fields):
|
||||||
# Validate the given fields against the model's fields and custom fields
|
# Validate the given fields against the model's fields and custom fields
|
||||||
all_field_names = set(fields.keys())
|
all_field_names = set(fields.keys())
|
||||||
|
|
Loading…
Reference in New Issue
Block a user