partners
Get a list of Partners
partners(
after: String
before: String
first: Int
last: Int
): PartnerConnection!
Arguments
partners.after ● String scalar
Returns the elements in the list that come after the specified cursor.
partners.before ● String scalar
Returns the elements in the list that come before the specified cursor.
partners.first ● Int scalar
Returns the first n elements from the list.
partners.last ● Int scalar
Returns the last n elements from the list.
Type
PartnerConnection object
Paginate through Partners