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