We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6509ab commit 5ccd9ceCopy full SHA for 5ccd9ce
graphene/types/inputfield.py
@@ -34,7 +34,7 @@ class Person(graphene.InputObjectType):
34
deprecation_reason (optional, str): Setting this value indicates that the field is
35
depreciated and may provide instruction or reason on how for clients to proceed.
36
description (optional, str): the description of the GraphQL field in the schema.
37
- required (optional, bool). Indicates this input field as not null in the graphql scehma.
+ required (optional, bool): indicates this input field as not null in the graphql scehma.
38
Raises a validation error if argument not provided. Same behavior as graphene.NonNull.
39
Default False.
40
**extra_args (optional, Dict): Not used.
0 commit comments