SlotCreate
Create a new Slot resource.
Mutation
mutation SlotCreate($input: SlotCreateInput!) {
SlotCreate(input: $input) {
id
}
}
Input
input: See SlotCreateInput for input fields.
Return Type
Returns the created Slot resource.
Create a new Slot resource.
mutation SlotCreate($input: SlotCreateInput!) {
SlotCreate(input: $input) {
id
}
}
input: See SlotCreateInput for input fields.Returns the created Slot resource.