Interface ProjectV2FieldConfigurationConnection

Source
Expand description

Connection interface for Project V2 field configuration edges.

remarks

Represents a paginated connection of field configurations in a project.

interface ProjectV2FieldConfigurationConnection {
    edges: (ProjectV2FieldConfigurationEdge | null)[] | null;
}

Properties§

§edges: (ProjectV2FieldConfigurationEdge | null)[] | null

Array of edges, each containing a field configuration node