OneGraph/graphiql-explorer

array (list) input

Open

#32 opened on Nov 26, 2019

View on GitHub
 (29 comments) (5 reactions) (0 assignees)JavaScript (87 forks)batch import
help wanted

Repository metrics

Stars
 (883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

my schema has the following input: coordinates: [Float!]! but it seems the explorer only looks at the leaf argument type. (unwrapInputType)

Am I missing something, or is there perhaps work in progress before I start implementing it?

Contributor guide