You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a SelectedListValue node, but it doesn't show where it's used. Is it part of SelectedValue, like SelectedObjectValue is?
SelectedValue ::
Path
SelectedObjectValue
Path . SelectedObjectValue
Path SelectedListValue # Add this? (but not SelectedListValue on its own)
SelectedValue | SelectedValue
The description is also a bit confusing:
A SelectedListValue is an ordered list of SelectedValue wrapped in square brackets []. It is used to express semantic equivalence between an argument expecting a list of values and the values of a list field within the output object.
The SelectedListValue differs from the ListValue defined in the GraphQL specification by only allowing one SelectedValue as an element.
It's an "ordered list" ... but only allows one value. Is it really a list then?
The text was updated successfully, but these errors were encountered:
There's a
SelectedListValue
node, but it doesn't show where it's used. Is it part ofSelectedValue
, likeSelectedObjectValue
is?The description is also a bit confusing:
It's an "ordered list" ... but only allows one value. Is it really a list then?
The text was updated successfully, but these errors were encountered: