OBJECT
AssetTagsItemConnection
A connection to a list of items.
link GraphQL Schema definition
- type AssetTagsItemConnection {
- # Information to aid in pagination.
- : PageInfo!
- # A list of edges.
- : [AssetTagsItemEdge]
- # A list of AssetTagsItem nodes.
- : [AssetTagsItem!]!
- # The total count of items in the connection.
- : Int!
- }