OBJECT
TagEntityConnection
link GraphQL Schema definition
- type TagEntityConnection {
- # Pagination data for this connection.
- : PageInfo!
- # Contains the nodes in this connection.
- : [TagEntityEdge]!
- # Total number of items in the connection.
- : Int
- }