Skip to content

RelationTemplateConnection

The connection type for RelationTemplate.

graphql
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

Released under the MIT License.