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 7 level introspection query instead of 3 #308

Merged
merged 1 commit into from
Oct 13, 2016
Merged

Support 7 level introspection query instead of 3 #308

merged 1 commit into from
Oct 13, 2016

Conversation

tahnok
Copy link
Contributor

@tahnok tahnok commented Oct 12, 2016

There are some schemas that require deeply nested types, such as a 3-dimensional array of non-null Ints ([[[Int!]!]!]!) that the current introspection query does not handle. Instead of 3, change the ofType query to go 7 deep.

It looks like graphql-js added support for this graphql/graphql-js#364. As the introspection query in the gem is from that repo, I think it's safe to pull this is an as well.

Is there a better spot for this test?

@rmosolgo rmosolgo added this to the 0.19.3 milestone Oct 13, 2016
@rmosolgo
Copy link
Owner

This is great, thanks!

@rmosolgo rmosolgo merged commit 72e19de into rmosolgo:master Oct 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants