agreementEvents
List of change events for an agreement. Requires MANAGE_AGREEMENTS permission.
agreementEvents(
id: ID!
before: String
after: String
first: Int
last: Int
): AgreementEventCountableConnection!
Arguments
agreementEvents.id ● ID! non-null scalar
agreementEvents.before ● String scalar
Returns the items in the list that come before the specified cursor.
agreementEvents.after ● String scalar
Returns the items in the list that come after the specified cursor.
agreementEvents.first ● Int scalar
Returns the first n items from the list.
agreementEvents.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
AgreementEventCountableConnection object
A connection to a list of items.