You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.
GraphQL supports directly documenting types, queries, etc., along with their fields, by simply putting string or block string literals before each item:
The Python GraphQL engine we're using doesn't support parsing these just yet, but there's a PR on a fork: graphql-python/graphql-core#222. If and when this lands we can take care of this issue.
i.e. find some software that can read an annotated GraphQL spec and generate documentation for it.
The text was updated successfully, but these errors were encountered: