Skip to content

Commit 947c00c

Browse files
committed
add note about non-functional interfaces meta argument in mutation
1 parent 5ccd9ce commit 947c00c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

graphene/types/mutation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ class Mutation(graphene.ObjectType):
5656
name.
5757
description (str): the description of the GraphQL type in the schema. Defaults to class
5858
docstring.
59-
interfaces (Iterable[graphene.Interface]): GraphQL interfaces to extend with the payload
59+
interfaces (Iterable[graphene.Interface]): NOT IMPLEMENTED (use ``output`` to define a
60+
payload implementing interfaces). GraphQL interfaces to extend with the payload
6061
object. All fields from interface will be included in this object's schema.
6162
fields (Dict[str, graphene.Field]): dictionary of field name to Field. Not recommended to
6263
use (prefer class attributes or ``Meta.output``).

0 commit comments

Comments
 (0)