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