Type alias FieldsConnection

FieldsConnection: {
    __typename?: "FieldsConnection";
    aggregate: FieldsAggregate;
    edges: FieldEdge[];
    pageInfo: PageInfo;
}

Type declaration

Generated using TypeDoc