OBJECT
BitsHashtagConnection
A list of hashtags to use in chat while using bits.
link GraphQL Schema definition
1 type BitsHashtagConnection { 2 3 # The list of BitsHashtagEdges. 4 : [BitsHashtagEdge!] 5 6 }
OBJECT
A list of hashtags to use in chat while using bits.
1 type BitsHashtagConnection { 2 3 # The list of BitsHashtagEdges. 4 : [BitsHashtagEdge!] 5 6 }