homepageEvents
DEPRECATED
This field will be removed in Saleor 4.0.
List of activity events to display on homepage (at the moment it only contains order-events).
homepageEvents(
before: String
after: String
first: Int
last: Int
): OrderEventCountableConnection @deprecated
Arguments
homepageEvents.before
● String
scalar miscellaneous
Return the elements in the list that come before the specified cursor.
homepageEvents.after
● String
scalar miscellaneous
Return the elements in the list that come after the specified cursor.
homepageEvents.first
● Int
scalar miscellaneous
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 miscellaneous
Retrieve the last n elements from the list. Note that the system only allows fetching a maximum of 100 objects in a single query.