Skip to content

Commit 5ccd9ce

Browse files
dvndrsnjkimbo
andauthored
Update graphene/types/inputfield.py
Co-Authored-By: Jonathan Kim <[email protected]>
1 parent b6509ab commit 5ccd9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene/types/inputfield.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Person(graphene.InputObjectType):
3434
deprecation_reason (optional, str): Setting this value indicates that the field is
3535
depreciated and may provide instruction or reason on how for clients to proceed.
3636
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.
37+
required (optional, bool): indicates this input field as not null in the graphql scehma.
3838
Raises a validation error if argument not provided. Same behavior as graphene.NonNull.
3939
Default False.
4040
**extra_args (optional, Dict): Not used.

0 commit comments

Comments
 (0)