OBJECT
PartnerCompaniesEdge
A PartnerCompany edge in the connection.
link GraphQL Schema definition
- type PartnerCompaniesEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `PartnerCompany` at the end of the edge.
- : PartnerCompany!
- }
OBJECT
A PartnerCompany edge in the connection.
- type PartnerCompaniesEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `PartnerCompany` at the end of the edge.
- : PartnerCompany!
- }