Skip to main content

events

See changes that have been made to this SupplierVariant

events(
after: String
before: String
entityId: ID!
first: Int
last: Int
supplierId: ID!
): SupplyEventConnection!

Arguments

events.after ● String scalar

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

events.before ● String scalar

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

events.entityId ● ID! non-null scalar

The entity to retrieve events for, like a SupplierVariantId

events.first ● Int scalar

Returns the first n elements from the list.

events.last ● Int scalar

Returns the last n elements from the list.

events.supplierId ● ID! non-null scalar

The SupplierId to retrieve events for

Type

SupplyEventConnection object

Paginate through SupplyEvents