mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-16 19:12:21 +03:00
Update schema.py
This commit is contained in:
parent
db321997b7
commit
5d98bb0feb
|
@ -34,7 +34,6 @@ class Schema(GraphQLSchema):
|
||||||
about the types through introspection.
|
about the types through introspection.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
|
||||||
query (Type[ObjectType]): Root query *ObjectType*. Describes entry point for fields to *read*
|
query (Type[ObjectType]): Root query *ObjectType*. Describes entry point for fields to *read*
|
||||||
data in your Schema.
|
data in your Schema.
|
||||||
mutation (ObjectType, optional): Root mutation *ObjectType*. Describes entry point for
|
mutation (ObjectType, optional): Root mutation *ObjectType*. Describes entry point for
|
||||||
|
|
Loading…
Reference in New Issue
Block a user