Skip to main content

sellerEvents

No description

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

Arguments

sellerEvents.seller ● ID scalar

ID of seller to get events for

sellerEvents.before ● String scalar

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

sellerEvents.after ● String scalar

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

sellerEvents.first ● Int scalar

Return the first n elements from the list.

sellerEvents.last ● Int scalar

Return the last n elements from the list.

Type

SellerEventTypeCountableConnection object

Was this page helpful?