OBJECT

BitsHashtagEdge

BitsHashtagEdge contains.

link GraphQL Schema definition

1type BitsHashtagEdge {
2
3# The cursor of the record. This will be the BitsHashtagEdge ID.
4cursor: Cursor!
5
6# The node of the edge contains all information about the hashtag.
7node: BitsHashtagEntry!
8
9}