companyUsers
companyUsers(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: CompanyUserOrder
where: CompanyUserWhereInput
): CompanyUserConnection!
Arguments
companyUsers.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
companyUsers.first ● Int scalar
Returns the first n elements from the list.
companyUsers.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
companyUsers.last ● Int scalar
Returns the last n elements from the list.
companyUsers.orderBy ● CompanyUserOrder input
Ordering options for CompanyUsers returned from the connection.
companyUsers.where ● CompanyUserWhereInput input
Filtering options for CompanyUsers returned from the connection.
Type
CompanyUserConnection object
A connection to a list of items.