RelationTemplateConnection
The connection type for RelationTemplate.
type RelationTemplateConnection {
edges: [RelationTemplateEdge!]!
nodes: [RelationTemplate!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
RelationTemplateConnection.edges
● [RelationTemplateEdge!]!
non-null object
A list of all edges of the current page.
RelationTemplateConnection.nodes
● [RelationTemplate!]!
non-null object
A list of all nodes of the current page.
RelationTemplateConnection.pageInfo
● PageInfo!
non-null object
Information to aid in pagination.
RelationTemplateConnection.totalCount
● Int!
non-null scalar
Identifies the total count of items in the connection.
Returned by
relationTemplates
query
Member of
RelationCondition
object ● RelationTemplate
object