Skip to main content
Version: 3.x

homepageEvents

List of activity events to display on homepage (at the moment it only contains order-events).

Requires MANAGE_ORDERSpermission.
homepageEvents(
before: String
after: String
first: Int
last: Int
): OrderEventCountableConnection

Arguments

homepageEvents.before ● String scalar

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

homepageEvents.after ● String scalar

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

homepageEvents.first ● Int scalar

Retrieve the first n elements from the list. Note that the system only allows fetching a maximum of 100 objects in a single query.

homepageEvents.last ● Int scalar

Retrieve the last n elements from the list. Note that the system only allows fetching a maximum of 100 objects in a single query.

Type

OrderEventCountableConnection object


Was this page helpful?