Skip to main content

agreementTimeline

Unified timeline of ALL change events for an agreement and its related models (commissions, fees, seller assignments). Requires MANAGE_AGREEMENTS permission.

agreementTimeline(
id: ID!
includeRelated: Boolean! = true
before: String
after: String
first: Int
last: Int
): AgreementTimelineEventCountableConnection!

Arguments

agreementTimeline.id ● ID! non-null scalar

agreementTimeline.includeRelated ● Boolean! non-null scalar

agreementTimeline.before ● String scalar

Returns the items in the list that come before the specified cursor.

agreementTimeline.after ● String scalar

Returns the items in the list that come after the specified cursor.

agreementTimeline.first ● Int scalar

Returns the first n items from the list.

agreementTimeline.last ● Int scalar

Returns the items in the list that come after the specified cursor.

Type

AgreementTimelineEventCountableConnection object

A connection to a list of items.

Was this page helpful?