The Wayback Machine - https://web.archive.org/web/20210817174917/https://github.com/topics/graphql-schema
Skip to content
#

graphql-schema

graphql logo

GraphQL is a data query language developed by Facebook. It provides an alternative to REST and ad-hoc webservice architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server. It is a strongly typed runtime which allows clients to dictate what data is needed.

Here are 213 public repositories matching this topic...

hotchocolate
leo6104
leo6104 commented Jun 17, 2021

In Python 3.8, typings doesn't support Annotated. I tried to use typing_extensions Annotated. But it doesn't work.

It has an error.

.../lib/python3.8/site-packages/graphql/type/definition.py", line 769, in fields
    raise TypeError(f"{self.name} fields cannot be resolved. {error}")

TypeError: Tag fields cannot be resolved. Unexpected type 'typing_extensions.Annotated[typing.Unio

Created by Facebook

Released 2015

Organization
graphql
Website
graphql.org
Wikipedia
Wikipedia

Related Topics

api rest