OBJECT
ConversationTagConnection
A connection to a list of items.
link GraphQL Schema definition
- type ConversationTagConnection {
- # Information to aid in pagination.
- : PageInfo!
- # A list of edges.
- : [ConversationTagEdge]
- }
OBJECT
A connection to a list of items.
- type ConversationTagConnection {
- # Information to aid in pagination.
- : PageInfo!
- # A list of edges.
- : [ConversationTagEdge]
- }