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 was archived by the owner on Apr 14, 2022. It is now read-only.
It becomes broken after PR #168. There are two reasons for that:
Type names with . and $. Can be fixed in GraphiQL or we can choose another naming convention.
Non-standard types InputMap and InputUnion. We can inherit it from Scalar, maybe. InputObject has mandatory fields field, but these new types has no such field.
We also need to add introspection test: ask the same query as graphiql does and check some data are returned.
The text was updated successfully, but these errors were encountered:
It becomes broken after PR #168. There are two reasons for that:
.
and$
. Can be fixed in GraphiQL or we can choose another naming convention.fields
field, but these new types has no such field.We also need to add introspection test: ask the same query as graphiql does and check some data are returned.
The text was updated successfully, but these errors were encountered: