EntityApprovalsConnection
A connection to a list of items.
type EntityApprovalsConnection {
pageInfo: PageInfo!
edges: [EntityApprovalsEdge!]
nodes: [EntityApproval]
totalCount: Int!
}
Fields
EntityApprovalsConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
EntityApprovalsConnection.edges ● [EntityApprovalsEdge!] list object
A list of edges.
EntityApprovalsConnection.nodes ● [EntityApproval] list object
A flattened list of the nodes.
EntityApprovalsConnection.totalCount ● Int! non-null scalar
Returned By
entityApprovals query