ArchivedObjectConnection
The connection type for ArchivedObject.
type ArchivedObjectConnection {
edges: [ArchivedObjectEdge]
nodes: [ArchivedObject]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
ArchivedObjectConnection.edges ● [ArchivedObjectEdge] list object
A list of edges.
ArchivedObjectConnection.nodes ● [ArchivedObject] list object
A list of nodes.
ArchivedObjectConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
ArchivedObjectConnection.totalCount ● Int! non-null scalar
Total count of items in the connection, without considering pagination.
Returned By
archivedObjects query