Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support fourfold nested lists #3950

Merged

Conversation

gschulze
Copy link
Contributor

This PR adds support for introspecting four-fold nested lists, which in turn allows proper representation of GeoJSON multipolygons (https://datatracker.ietf.org/doc/html/rfc7946#section-3.1.7).

See #2643

@alessdiimperio
Copy link

what version of 16 supports introspecting 4d arrays? I am getting the following error

Error: JavaScriptError: Error-Decorated type deeper than introspection query.-u@

#3948 was added to version 17 alpha 3

are there any versions lower than 17 that has this support for introspection query

@JoviDeCroock
Copy link
Member

JoviDeCroock commented Jul 1, 2024

@alessdiimperio this should be in 16.8.0

@alessdiimperio
Copy link

🤔 im on 16.8.1 and it builds but i get the error when using the introspection query on playground or using the codegen-cli for iOS
it seems as though it supports nested 4d arrays however it doesn't allow me to query for introspection

@alessdiimperio
Copy link

also it's stated as being on version 17.0.0-alpha 3...
I did think it sounded suspect that support for it in the schema was included in 16.8 but not for introspection. however i can compile fine but not introspect and thus thought it was so. Are you certain that one can introspect 4d arrays in 16.8?

@JoviDeCroock
Copy link
Member

This PR can be seen in the release notes https://github.com/graphql/graphql-js/releases/tag/v16.8.0

@alessdiimperio
Copy link

Alright, 🤔 why is this then happening to me while on 16.8.1. Very strange, i'll try and see if we are doing some funny business somewhere. cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: feature 🚀 requires increase of "minor" version number
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants