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 updateinput: See SlotUpdateInput for input fields.
Return Type
Returns the updated Slot resource.