agreements
List of the marketplace agreements.
agreements(
sortBy: AgreementOrder
filter: AgreementFilterInput
before: String
after: String
first: Int
last: Int
): AgreementCountableConnection
Arguments
agreements.sortBy ● AgreementOrder input
Sort marketplace agreements.
agreements.filter ● AgreementFilterInput input
Filtering options for marketplace agreements.
agreements.before ● String scalar
Return the elements in the list that come before the specified cursor.
agreements.after ● String scalar
Return the elements in the list that come after the specified cursor.
agreements.first ● Int scalar
Return the first n elements from the list.
agreements.last ● Int scalar
Return the last n elements from the list.