TagConnection
The connection type for Tag.
type TagConnection {
edges: [TagEdge]
nodes: [Tag]
pageInfo: PageInfo!
totalCount: Int!
totalPageCount: Int!
}
Fields
TagConnection.edges ● [TagEdge] list object common
A list of edges.
TagConnection.nodes ● [Tag] list object common
A list of nodes.
TagConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
TagConnection.totalCount ● Int! non-null scalar common
The total number of objects returned from the query.
TagConnection.totalPageCount ● Int! non-null scalar common
The total number of pages based on total page count and page size.
Returned by
tags query
Member of
Channel interface ● Conversation interface ● DemoEmailChannel object ● EmailChannel object ● EmailConversation object ● FacebookConversation object ● TwitterConversation object ● WidgetConversation object