Skip to content

RelationConnection ​

The connection type for Relation.

graphql
type RelationConnection {
  edges: [RelationEdge!]!
  nodes: [Relation!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields ​

RelationConnection.edges ● [RelationEdge!]! non-null object ​

A list of all edges of the current page.

RelationConnection.nodes ● [Relation!]! non-null object ​

A list of all nodes of the current page.

RelationConnection.pageInfo ● PageInfo! non-null object ​

Information to aid in pagination.

RelationConnection.totalCount ● Int! non-null scalar ​

Identifies the total count of items in the connection.

Member Of ​

ComponentVersion object ● Interface object ● InterfaceDefinition object ● InterfacePart object ● RelationPartner interface ● RelationTemplate object

Released under the MIT License.