Skip to main content

DesSharedWithMeProjectInfoConnection

A connection to a list of items.

type DesSharedWithMeProjectInfoConnection {
edges: [DesSharedWithMeProjectInfoEdge!]
nodes: [DesSharedWithMeProjectInfo!]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

DesSharedWithMeProjectInfoConnection.edges ● [DesSharedWithMeProjectInfoEdge!] list object

A list of edges.

DesSharedWithMeProjectInfoConnection.nodes ● [DesSharedWithMeProjectInfo!] list object

A flattened list of the nodes.

DesSharedWithMeProjectInfoConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

DesSharedWithMeProjectInfoConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.