From 0bd4d93288be1e92eaad2ffe65f04dc83354cdea Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 4 Jun 2019 17:52:27 -0400 Subject: [PATCH] Update graphene/types/inputfield.py Co-Authored-By: Jonathan Kim --- graphene/types/inputfield.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphene/types/inputfield.py b/graphene/types/inputfield.py index 43405b4b..c53aa26a 100644 --- a/graphene/types/inputfield.py +++ b/graphene/types/inputfield.py @@ -34,7 +34,7 @@ class InputField(MountedType): deprecation_reason (optional, str): Setting this value indicates that the field is depreciated and may provide instruction or reason on how for clients to proceed. description (optional, str): the description of the GraphQL field in the schema. - 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. Raises a validation error if argument not provided. Same behavior as graphene.NonNull. Default False. **extra_args (optional, Dict): Not used.