employees
The merchant's employees, ordered by full name, as a cursor connection.
**Returns:** One page of employees for the acting merchant.
employees(
first: Int
after: String
last: Int
before: String
status: EmployeeStatus
): EmployeeConnection!
Arguments
employees.first ● Int scalar
Returns the first _n_ elements from the list.
employees.after ● String scalar
Returns the elements in the list that come after the specified cursor.
employees.last ● Int scalar
Returns the last _n_ elements from the list.
employees.before ● String scalar
Returns the elements in the list that come before the specified cursor.
employees.status ● EmployeeStatus enum
Restricts the page to employees in this state. Omit it to include both active and offboarded people.
Type
EmployeeConnection object
A connection to a list of items.