Skip to main content

companies

Fetch all companies accessible by the role.

companies(
distinct_on: [CompanyTP_select_column!]
limit: Int
offset: Int
order_by: [CompanyTP_order_by!]
where: CompanyTP_bool_exp
): [CompanyTP!]!

Arguments

companies.distinct_on ● [CompanyTP_select_column!] list enum

Return a distinct set of entities, defined by the given fields.

companies.limit ● Int scalar

Limits the number of objects returned.

companies.offset ● Int scalar

Start a the specified, zero-based array index. This is only useful in combination with order_by.

companies.order_by ● [CompanyTP_order_by!] list input

Sort the returned array by one or more fields of it's elements.

companies.where ● CompanyTP_bool_exp input

Filter the data by using a (nested) boolean expression.

Type

CompanyTP object

All data is isolated within a Company. The Machines, Annotation Types, Activity Types, Operators, and other data is scoped to this level. Information like the name, address, and timezone are available on a Company.

Example: {"name":"Cyberdyne"}