Skip to main content

companies

companies(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: CompanyOrder
where: CompanyWhereInput
): CompanyConnection!

Arguments

companies.after ● Cursor scalar

Returns the elements in the list that come after the specified cursor.

companies.first ● Int scalar

Returns the first n elements from the list.

companies.before ● Cursor scalar

Returns the elements in the list that come before the specified cursor.

companies.last ● Int scalar

Returns the last n elements from the list.

companies.orderBy ● CompanyOrder input

Ordering options for Companies returned from the connection.

companies.where ● CompanyWhereInput input

Filtering options for Companies returned from the connection.

Type

CompanyConnection object

A connection to a list of items.