agreements
List of the marketplace agreements. Requires MANAGE_AGREEMENTS permission.
agreements(
filter: AgreementFilterInput
sortBy: AgreementOrder
before: String
after: String
first: Int
last: Int
): AgreementCountableConnection!
Arguments
agreements.filter ● AgreementFilterInput input
agreements.sortBy ● AgreementOrder input
agreements.before ● String scalar
Returns the items in the list that come before the specified cursor.
agreements.after ● String scalar
Returns the items in the list that come after the specified cursor.
agreements.first ● Int scalar
Returns the first n items from the list.
agreements.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
AgreementCountableConnection object
A connection to a list of items.