Skip to main content

sellerEvents

List seller events.

sellerEvents(
seller: ID
before: String
after: String
first: Int
last: Int
): SellerEventTypeCountableConnection!

Arguments

sellerEvents.seller ● ID scalar

sellerEvents.before ● String scalar

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

sellerEvents.after ● String scalar

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

sellerEvents.first ● Int scalar

Returns the first n items from the list.

sellerEvents.last ● Int scalar

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

Type

SellerEventTypeCountableConnection object

A connection to a list of items.

Was this page helpful?