Update schema.py

This commit is contained in:
Kyrylo Khatsko 2021-05-04 22:23:47 +03:00 committed by GitHub
parent db321997b7
commit 5d98bb0feb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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