-
Couldn't load subscription status.
- Fork 2.1k
Closed
Description
4D array support has been added in 18.8.
However if you want to make the arrays non optional the introspectionQuery fails and the playhground doesn't work.
The server does run but you can not introspect it.
Using apollo codegen on iOS we cannot build our models seeing as the introspection doesn't work.
example
coordinates: [[[[Float!]!]!]!]! <-- would fail introspection
coordinates: [[[[Float!]]]] <-- does not fail
This seems like a bug 🤔
The best way to get a bug fixed is to provide a pull request with a simplified failing test case (or better yet, include a fix).
Metadata
Metadata
Assignees
Labels
No labels