Interface ProjectV2FieldConfigurationEdge

Source
Expand description

Edge interface wrapping a field configuration node.

remarks

Represents an edge in the field configuration connection.

interface ProjectV2FieldConfigurationEdge {
    node: ProjectV2FieldConfiguration | null;
}

Properties§

§node: ProjectV2FieldConfiguration | null

The field configuration node at the end of this edge