Skip to content

RelationLayoutConnection

The connection type for RelationLayout.

graphql
type RelationLayoutConnection {
  edges: [RelationLayoutEdge!]!
  nodes: [RelationLayout!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

RelationLayoutConnection.edges ● [RelationLayoutEdge!]! non-null object

A list of all edges of the current page.

RelationLayoutConnection.nodes ● [RelationLayout!]! non-null object

A list of all nodes of the current page.

RelationLayoutConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

RelationLayoutConnection.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.