companies
Return a list of companies.
companies(
where: QueryCompaniesWhereWhereConditions
hasMembers: QueryCompaniesHasMembersWhereHasConditions
hasFollowers: QueryCompaniesHasFollowersWhereHasConditions
hasCreator: QueryCompaniesHasCreatorWhereHasConditions
hasTags: QueryCompaniesHasTagsWhereHasConditions
relationIsAbsent: CompaniesRelations
search: String
orderBy: [QueryCompaniesOrderByOrderByClause!]
first: Int! = 50
after: String
trashed: Trashed
): CompanyConnection!
Arguments
companies.where
● QueryCompaniesWhereWhereConditions
input
companies.hasMembers
● QueryCompaniesHasMembersWhereHasConditions
input
companies.hasFollowers
● QueryCompaniesHasFollowersWhereHasConditions
input
companies.hasCreator
● QueryCompaniesHasCreatorWhereHasConditions
input
companies.hasTags
● QueryCompaniesHasTagsWhereHasConditions
input
companies.relationIsAbsent
● CompaniesRelations
enum
companies.search
● String
scalar
companies.orderBy
● [QueryCompaniesOrderByOrderByClause!]
list input
companies.first
● Int!
non-null scalar
Limits number of fetched items. Maximum allowed value: 50.
companies.after
● String
scalar
A cursor after which elements are returned.
companies.trashed
● Trashed
enum
Allows to filter if trashed elements should be fetched.
Type
CompanyConnection
object
A paginated list of Company edges.