Skip to main content

ViewerPrivateShareConnectionConnection

A connection to a list of items.

type ViewerPrivateShareConnectionConnection {
pageInfo: PageInfo!
edges: [ViewerPrivateShareConnectionEdge]
totalCount: Int
}

Fields

ViewerPrivateShareConnectionConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ViewerPrivateShareConnectionConnection.edges ● [ViewerPrivateShareConnectionEdge] list object

A list of edges.

ViewerPrivateShareConnectionConnection.totalCount ● Int scalar

A count of the total number of objects in this connection, ignoring pagination. This allows a client to fetch the first five objects by passing "5" as the argument to "first", then fetch the total count so it could display "5 of 83", for example.