Expand description
interface ProjectV2FieldConfigurationConnection {
edges: (ProjectV2FieldConfigurationEdge | null)[] | null;
}Properties§
§
edges: (ProjectV2FieldConfigurationEdge | null)[] | nullArray of edges, each containing a field configuration node
Connection interface for Project V2 field configuration edges.