Skip to content

Nested arrays don't render correctly #978

@mikerjacobi

Description

@mikerjacobi

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.

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