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

Nested arrays don't render correctly #978

Open
mikerjacobi opened this issue Aug 9, 2024 · 0 comments
Open

Nested arrays don't render correctly #978

mikerjacobi opened this issue Aug 9, 2024 · 0 comments

Comments

@mikerjacobi
Copy link

mikerjacobi commented Aug 9, 2024

I have a GraphQL type for a Polygon which is a list of points, implemented as an array of array of floats:

type Polygon {
  type: String
  coordinates: [[Float]]
}

It renders without the nested array
image

I believe this is related to this code, which only has handling for standard arrays, and not nested arrays.

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

No branches or pull requests

1 participant