Skip to content

SelectedListValue is not referenced #76

Closed
@glen-84

Description

@glen-84

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions