ConditionTypesConnection
A connection to a list of ConditionType values.
type ConditionTypesConnection {
nodes: [ConditionType!]!
edges: [ConditionTypesEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
ConditionTypesConnection.nodes ● [ConditionType!]! non-null object
A list of ConditionType objects.
ConditionTypesConnection.edges ● [ConditionTypesEdge!]! non-null object
A list of edges which contains the ConditionType and cursor to aid in pagination.
ConditionTypesConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
ConditionTypesConnection.totalCount ● Int! non-null scalar
The count of *all* ConditionType you could get from the connection.
Returned By
conditionTypesConnection query
Member Of
Workspace object ● WorkspaceAccount object