Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Fix introspection and GraphiQL #179

Closed
Totktonada opened this issue Jun 20, 2018 · 0 comments
Closed

Fix introspection and GraphiQL #179

Totktonada opened this issue Jun 20, 2018 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@Totktonada
Copy link
Member

Totktonada commented Jun 20, 2018

It becomes broken after PR #168. There are two reasons for that:

  1. Type names with . and $. Can be fixed in GraphiQL or we can choose another naming convention.
  2. 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.

@Totktonada Totktonada added the bug Something isn't working label Jun 20, 2018
@Totktonada Totktonada added this to the 0.0.1 milestone Jun 20, 2018
Totktonada added a commit that referenced this issue Jun 21, 2018
Totktonada added a commit that referenced this issue Jun 22, 2018
Totktonada added a commit that referenced this issue Jun 22, 2018
Totktonada added a commit that referenced this issue Jun 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant