OBJECT

BitsEventEdge

An element in a paginated list of bits events, and its metadata.

link GraphQL Schema definition

1type BitsEventEdge {
2
3# Offset acting as a cursor.
4cursor: Cursor!
5
6# The element node.
7node: BitsEvent!
8
9}