Skip to main content

SlotCreate

Create a new Slot resource.

Mutation

mutation SlotCreate($input: SlotCreateInput!) {
SlotCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created Slot resource.