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
Lists contain at least one item; selection sets are defined as lists; yet an item can be removed from a selection set and it remains valid.
On the one hand, lists are 1+ items: A subscript suffix “Symbollist” is shorthand for a list of one or more of that symbol, represented as an additional recursive production..
SelectionSet is defined as { Selection List }
Fields are always optional within the context of a selection set, a field may be omitted and the selection set is still valid.
I assume that the last bullet point is wrong and the intent is to not support empty selection sets. Is that the case?
The text was updated successfully, but these errors were encountered:
Lists contain at least one item; selection sets are defined as lists; yet an item can be removed from a selection set and it remains valid.
A subscript suffix “Symbollist” is shorthand for a list of one or more of that symbol, represented as an additional recursive production.
.Fields are always optional within the context of a selection set, a field may be omitted and the selection set is still valid.
I assume that the last bullet point is wrong and the intent is to not support empty selection sets. Is that the case?
The text was updated successfully, but these errors were encountered: