SchemaFlowConnection
A connection to a list of items.
type SchemaFlowConnection {
edges: [SchemaFlowEdge]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
SchemaFlowConnection.edges ● [SchemaFlowEdge] list object
A list of edges.
SchemaFlowConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
SchemaFlowConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned By
schemaFlows query