INPUT_OBJECT

BitsEventConnectionCriteriaInput

Filter and sorting options for querying all bits events for a Twitch user.

link GraphQL Schema definition

1input BitsEventConnectionCriteriaInput {
4
2# Sort bits events by... defaults to date.
3sortBy: BitsEventSort
7
5# Sort bits events direction, defaults to descending.
6sortDirection: BitsEventSortDirection
10
8# Only show bits events of a certain type, defaults to returning all types.
9type: BitsEventType
13
11# Only show bits events after this date.
12usedAfter: Time
16
14# Only show bits events before this date.
15usedBefore: Time
17}