From 76e459c4eef27984420fc5d31f7109ff7a2d0fc7 Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Thu, 2 Apr 2020 14:45:50 +0100 Subject: [PATCH] Link to correct place --- graphene/types/field.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphene/types/field.py b/graphene/types/field.py index a956952c..f0a28eb3 100644 --- a/graphene/types/field.py +++ b/graphene/types/field.py @@ -45,7 +45,7 @@ class Field(MountedType): field in the GraphQL schema. args (optional, Dict[str, graphene.Argument]): Arguments that can be input to the field. Prefer to use ``**extra_args``, unless you use an argument name that clashes with one - of the Field arguments presented here (see :ref:`example`). + of the Field arguments presented here (see :ref:`example`). resolver (optional, Callable): A function to get the value for a Field from the parent value object. If not set, the default resolver method for the schema is used. source (optional, str): attribute name to resolve for this field from the parent value