Skip to content

RelationPartnerLayoutConnection ​

The connection type for RelationPartnerLayout.

graphql
type RelationPartnerLayoutConnection {
  edges: [RelationPartnerLayoutEdge!]!
  nodes: [RelationPartnerLayout!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields ​

RelationPartnerLayoutConnection.edges ● [RelationPartnerLayoutEdge!]! non-null object ​

A list of all edges of the current page.

RelationPartnerLayoutConnection.nodes ● [RelationPartnerLayout!]! non-null object ​

A list of all nodes of the current page.

RelationPartnerLayoutConnection.pageInfo ● PageInfo! non-null object ​

Information to aid in pagination.

RelationPartnerLayoutConnection.totalCount ● Int! non-null scalar ​

Identifies the total count of items in the connection.

Member Of ​

Project object ● View object

Released under the MIT License.