Skip to content

4D array non optionality error on introspection #4167

@alessdiimperio

Description

@alessdiimperio

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions