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