Skip to content

RelationPartnerTemplateConnection

The connection type for RelationPartnerTemplate.

graphql
type RelationPartnerTemplateConnection {
  edges: [RelationPartnerTemplateEdge!]!
  nodes: [RelationPartnerTemplate!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

RelationPartnerTemplateConnection.edges ● [RelationPartnerTemplateEdge!]! non-null object

A list of all edges of the current page.

RelationPartnerTemplateConnection.nodes ● [RelationPartnerTemplate!]! non-null interface

A list of all nodes of the current page.

RelationPartnerTemplateConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

RelationPartnerTemplateConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

RelationCondition object

Released under the MIT License.