companies
Lists all companies.
companies(
after: String
before: String
filter: CompanyFilter
first: Int
last: Int
orderBy: CompanyOrder
): CompanyConnection
Arguments
companies.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
companies.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
companies.filter ● CompanyFilter input common
The fields by which to filter the results.
companies.first ● Int scalar common
Returns the first n elements from the list.
companies.last ● Int scalar common
Returns the last n elements from the list.
companies.orderBy ● CompanyOrder input common
The field and direction by which to order the results.
Type
CompanyConnection object common
The connection type for Company.