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 2a12bf2 commit 1084b78Copy full SHA for 1084b78
graphql/core/validation/rules.py
@@ -989,4 +989,4 @@ def enter_ObjectField(self, node, *args):
989
990
@staticmethod
991
def duplicate_input_field_message(field_name):
992
- return 'There can only be one input field named "{}"'.format(field_name)
+ return 'There can only be one input field named "{}".'.format(field_name)
0 commit comments