Skip to main content

AgreementCommission

AgreementCommission(id, tenant, content_type, object_id, commission, agreement)

type AgreementCommission implements Node {
id: ID!
tenant: Tenant!
commission: Decimal!
agreement: Agreement!
instance: Category
events(
before: String
after: String
first: Int
last: Int
): AgreementCommissionEventCountableConnection!
}

Fields

AgreementCommission.id ● ID! non-null scalar

The Globally Unique ID of this object

AgreementCommission.tenant ● Tenant! non-null object

AgreementCommission.commission ● Decimal! non-null scalar

AgreementCommission.agreement ● Agreement! non-null object

AgreementCommission.instance ● Category object

The category instance this commission applies to.

AgreementCommission.events ● AgreementCommissionEventCountableConnection! non-null object

AgreementCommission.events.before ● String scalar

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

AgreementCommission.events.after ● String scalar

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

AgreementCommission.events.first ● Int scalar

Returns the first n items from the list.

AgreementCommission.events.last ● Int scalar

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

Interfaces

Node interface

An object with a Globally Unique ID

Member Of

Agreement object ● AgreementCommissionCreate object ● AgreementCommissionDelete object

Was this page helpful?