SupSolutionTemplateApplicationConnection
A connection to a list of items.
type SupSolutionTemplateApplicationConnection {
edges: [SupSolutionTemplateApplicationEdge!]
nodes: [SupSolutionTemplateApplication!]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
SupSolutionTemplateApplicationConnection.edges ● [SupSolutionTemplateApplicationEdge!] list object
A list of edges.
SupSolutionTemplateApplicationConnection.nodes ● [SupSolutionTemplateApplication!] list object
A flattened list of the nodes.
SupSolutionTemplateApplicationConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
SupSolutionTemplateApplicationConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.