OneGraph/graphiql-explorer

array (list) input

Open

#32 opened on Nov 26, 2019

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

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