-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Support fourfold nested lists #3950
Conversation
28e4ea5
to
18c7ca6
Compare
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 |
@alessdiimperio this should be in 16.8.0 |
🤔 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 |
also it's stated as being on version 17.0.0-alpha 3... |
This PR can be seen in the release notes https://github.com/graphql/graphql-js/releases/tag/v16.8.0 |
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. |
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