Skip to main content

RelationLayoutConnection

The connection type for RelationLayout.

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