EmployeeSearch

EmployeeSearch

Connections

hotelingDesks (SeatSearchConnection)
Argument Type Description
after String

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

before String

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

first Int

Returns the first n elements from the list.

last Int

Returns the last n elements from the list.

secondarySeats (SeatSearchConnection)
Argument Type Description
after String

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

before String

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

first Int

Returns the first n elements from the list.

last Int

Returns the last n elements from the list.

Fields

assets ([EmployeeSpaceAssetSearch])

Search by employee's assets

department (DepartmentSearch)

Search by employee's department

email (String!)

Search by employee's email

endDate (String)

Search by employee's end date

id (ID!)

Search by employee's id

isRemote (Boolean)

Is this a remote employee

name (String!)

Search by employee's name

neighborhoods ([NeighborhoodSearch])

Employee's neighborhoods

noDeskNeeded (Boolean)

Employee doesn't need a desk

rank (String!)

Search by employee's rank

seat (SeatSearch)

Search by employee's seat

startDate (String)

Search by employee's start date

team (DepartmentSearch)

Search by employee's team