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.
interfaces
1 parent 5ccd9ce commit 947c00cCopy full SHA for 947c00c
graphene/types/mutation.py
@@ -56,7 +56,8 @@ class Mutation(graphene.ObjectType):
56
name.
57
description (str): the description of the GraphQL type in the schema. Defaults to class
58
docstring.
59
- interfaces (Iterable[graphene.Interface]): GraphQL interfaces to extend with the payload
+ interfaces (Iterable[graphene.Interface]): NOT IMPLEMENTED (use ``output`` to define a
60
+ payload implementing interfaces). GraphQL interfaces to extend with the payload
61
object. All fields from interface will be included in this object's schema.
62
fields (Dict[str, graphene.Field]): dictionary of field name to Field. Not recommended to
63
use (prefer class attributes or ``Meta.output``).
0 commit comments