Skip to content
Snippets Groups Projects

Resolve "Frontend for Models"

Merged Julian requested to merge 1-frontend-for-models into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -42,9 +42,9 @@ mutation deleteSlot($id: ID!) {
}
mutation deleteSlots($ids: [ID]!) {
deleteSlots(ids: $ids) {
deletionCount
}
deleteSlots(ids: $ids) {
deletionCount
}
}
mutation updateSlots($input: [BatchPatchSlotInput]!) {
Loading