Skip to main content

events

See changes that have been made to this Demand Entity

events(
after: String
before: String
demandHqId: ID!
entityId: ID!
first: Int
last: Int
): DemandEventConnection!

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.demandHqId ● ID! non-null scalar

The DemandHqId to retrieve events for

events.entityId ● ID! non-null scalar

The entity to retrieve events for, like a VariantId

events.first ● Int scalar

Returns the first n elements from the list.

events.last ● Int scalar

Returns the last n elements from the list.

Type

DemandEventConnection object

Paginate through DemandEvents