OBJECT
BitsEventConnection
A paginated list of bits events, and its metadata.
link GraphQL Schema definition
1 type BitsEventConnection { 2 3 # The list of bits events on this page. 4 : [BitsEventEdge!]! 5 6 # Information about this page of bits. 7 : PageInfo! 8 9 # The total number of bits events in the overall collection. 10 : Int! 11 12 }