Skip to content

RelationConditionConnection

The connection type for RelationCondition.

graphql
type RelationConditionConnection {
  edges: [RelationConditionEdge!]!
  nodes: [RelationCondition!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

RelationConditionConnection.edges ● [RelationConditionEdge!]! non-null object

A list of all edges of the current page.

RelationConditionConnection.nodes ● [RelationCondition!]! non-null object

A list of all nodes of the current page.

RelationConditionConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

RelationConditionConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

ComponentTemplate object ● InterfaceSpecificationTemplate object ● RelationPartnerTemplate interface ● RelationTemplate object

Released under the MIT License.