OBJECT
DistributionAgreementEdge
An edge in a connection.
link GraphQL Schema definition
- type DistributionAgreementEdge {
- # A cursor for use in pagination.
- : String!
- # The item at the end of the edge.
- : DistributionAgreement
- }
OBJECT
An edge in a connection.
- type DistributionAgreementEdge {
- # A cursor for use in pagination.
- : String!
- # The item at the end of the edge.
- : DistributionAgreement
- }