Skip to content
Snippets Groups Projects
Commit 929642ef authored by Julian's avatar Julian
Browse files

Fix t<pos

parent fe4fd714
No related branches found
No related tags found
1 merge request!2Resolve "Frontend for Models"
......@@ -24,7 +24,7 @@ query breakSlots($orderBy: [String], $filters: JSONString) {
}
}
mutation createBreakSlot($input: CreateBreakInput!) {
mutation createBreakSlot($input: CreateBreakSlotInput!) {
createBreakSlot(input: $input) {
item: breakSlot {
id
......@@ -90,7 +90,7 @@ mutation deleteBreakSlots($ids: [ID]!) {
}
}
mutation updateBreakSlots($input: [BatchPatchBreakInput]!) {
mutation updateBreakSlots($input: [BatchPatchBreakSlotInput]!) {
batchMutation: updateBreakSlots(input: $input) {
items: breakSlots {
id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment