Neighborhood
Neighborhood
Implements
Fields
id (
ID!
)
color (
String!
)
company (
Company!
)
companyId (
ID!
)
counters (
NeighborhoodCounters
)
createdAt (
String
)
createdBy (
User
)
departments (
[Department]
)
employeeConnection (
EmployeeConnectionWithTotal
)
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. |
orderBy |
EmployeeOrderByEnum
|
|
where |
EmployeeWhereInput
|
employees (
[Employee]
)
floor (
Floor
)
floorId (
String
)
interactiveMap (
String
)
maxDepartments (
Int!
)
maxEmployees (
Int
)
maxSpaces (
Int!
)
name (
String!
)
owner (
User
)
ownerId (
ID
)
spaceConnection (
SpaceConnectionWithTotal
)
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. |
orderBy |
SpaceOrderByEnum
|
|
where |
SpaceWhereInput
|
spaces (
[Space]
)
uuid (
String!
)