entityApprovals
Accepts optional sorting and pagination arguments and returns the response containing single page of entity approvals, with additional technical information used for inter page navigation. NOTE: Max 9.999 results.
entityApprovals(
entityType: String!
first: Int
after: String
sort: SortingParamsInput
last: Int
before: String
): EntityApprovalsConnection
Arguments
entityApprovals.entityType
● String!
non-null scalar
entityApprovals.first
● Int
scalar
Returns the first n elements from the list.
entityApprovals.after
● String
scalar
Returns the elements in the list that come after the specified cursor.
entityApprovals.sort
● SortingParamsInput
input
entityApprovals.last
● Int
scalar
Returns the last n elements from the list.
entityApprovals.before
● String
scalar
Returns the elements in the list that come before the specified cursor.
Type
EntityApprovalsConnection
object
A connection to a list of items.