entityApprovals
Retrieves the list of entity approvals for the given entity type. Supports pagination and sorting.
**Returns:** The list of entity approvals.
entityApprovals(
entityType: String!
first: Int
after: String
sort: SortingParamsInput
): EntityApprovalsConnection
Arguments
entityApprovals.entityType ● String! non-null scalar
The type of the entity for which to retrieve approvals.
entityApprovals.first ● Int scalar
The number of items to retrieve.
entityApprovals.after ● String scalar
The cursor for the starting point of the page.
entityApprovals.sort ● SortingParamsInput input
The sorting parameters.
Type
EntityApprovalsConnection object
A connection to a list of items.