concierge.add
writes
Concierge: add. Mutation — changes data. See the input schema for argument details.
Input parameters
| Field | Type | Required | Notes |
|---|---|---|---|
stayId | string | yes | |
note | string | yes |
Output fields
| Field | Type | Required | Notes |
|---|---|---|---|
id | string | yes | |
tenantId | string | yes | |
stayId | string | yes | |
userId | string · nullable | yes | |
note | string | yes | |
createdAt | string | yes |
concierge.delete
writesconfirm
Delete a concierge recommendation item.
Input parameters
| Field | Type | Required | Notes |
|---|---|---|---|
id | string | yes |
Output fields
Returns any.
concierge.list
read-only
Concierge: list. Read-only query. See the input schema for argument details.
Input parameters
| Field | Type | Required | Notes |
|---|---|---|---|
stayId | string | yes |
Output fields
Returns array of object. Fields of each element:
| Field | Type | Required | Notes |
|---|---|---|---|
id | string | yes | |
note | string | yes | |
createdAt | string | yes | |
userName | string · nullable | yes |