mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-13 09:42:32 +03:00
Update docs/queries.rst
Co-Authored-By: Semyon Pupkov <semen.pupkov@gmail.com>
This commit is contained in:
parent
5f05bb6f07
commit
8776920723
|
@ -85,7 +85,7 @@ Show all fields **except** those in ``exclude``:
|
|||
class QuestionType(DjangoObjectType):
|
||||
class Meta:
|
||||
model = Question
|
||||
exclude = ('question_text')
|
||||
exclude = ('question_text', )
|
||||
|
||||
|
||||
Customising fields
|
||||
|
|
Loading…
Reference in New Issue
Block a user