graphql-spec icon indicating copy to clipboard operation
graphql-spec copied to clipboard

3.10 Input Objects - clarify lists are permitted as Input fields

Open msolomon opened this issue 1 year ago • 2 comments

A minor omission in 3.10 Input Objects confused me briefly today by suggesting lists might not be permitted as the type of an input field. However, they are (and are even used in the examples), so add it in.

Alternatively, the kinds of permitted fields could be described explicitly as they are under Field Arguments: https://spec.graphql.org/draft/#sel-GAHZjCZABABDukZ

I believe this is simply an editing mistake.

msolomon avatar Dec 08 '23 02:12 msolomon