Expand description
interface ProjectV2FieldConfigurationEdge {
node: ProjectV2FieldConfiguration | null;
}Properties§
§
node: ProjectV2FieldConfiguration | nullThe field configuration node at the end of this edge
Edge interface wrapping a field configuration node.