Skip to main content

DesProjectGuestConnection

A connection to a list of items.

type DesProjectGuestConnection {
edges: [DesProjectGuestEdge!]
nodes: [DesProjectGuest!]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

DesProjectGuestConnection.edges ● [DesProjectGuestEdge!] list object

A list of edges.

DesProjectGuestConnection.nodes ● [DesProjectGuest!] list object

A flattened list of the nodes.

DesProjectGuestConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

DesProjectGuestConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.