INPUT_OBJECT
BitsEventConnectionCriteriaInput
Filter and sorting options for querying all bits events for a Twitch user.
link GraphQL Schema definition
1 input BitsEventConnectionCriteriaInput { 4 2 # Sort bits events by... defaults to date. 3 : BitsEventSort 7 5 # Sort bits events direction, defaults to descending. 6 : BitsEventSortDirection 10 8 # Only show bits events of a certain type, defaults to returning all types. 9 : BitsEventType 13 11 # Only show bits events after this date. 12 : Time 16 14 # Only show bits events before this date. 15 : Time 17 }