Skip to content
Snippets Groups Projects

Resolve "Frontend for Models"

Merged Julian requested to merge 1-frontend-for-models into master
Compare and Show latest version
8 files
+ 206
89
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -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
Loading