OBJECT

BitsEventConnection

A paginated list of bits events, and its metadata.

link GraphQL Schema definition

1type BitsEventConnection {
2
3# The list of bits events on this page.
4edges: [BitsEventEdge!]!
5
6# Information about this page of bits.
7pageInfo: PageInfo!
8
9# The total number of bits events in the overall collection.
10totalCount: Int!
11
12}