Skip to main content

SlotUpdate

Update an existing Slot resource.

Mutation

mutation SlotUpdate($id: ID!, $input: SlotUpdateInput!) {
SlotUpdate(id: $id, input: $input) {
id
}
}

Input

  • id: ID of the resource to update
  • input: See SlotUpdateInput for input fields.

Return Type

Returns the updated Slot resource.