From ac88b087855a84037e804b61a34eb6edf0a19da5 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 6 Jun 2022 12:39:45 +0200 Subject: [PATCH] add mutation and query for automatic creations, create, list, delete --- .../src/components/AutomaticCreationForm.vue | 28 +++++++++++++++++-- admin/src/graphql/createAutomaticCreation.js | 27 ++++++++++++++++++ admin/src/graphql/deleteAutomaticCreation.js | 7 +++++ admin/src/graphql/listAutomaticCreations.js | 18 ++++++++++++ admin/src/graphql/showAutomaticCreation.js | 18 ++++++++++++ admin/src/pages/Overview.vue | 22 +++++++++------ 6 files changed, 108 insertions(+), 12 deletions(-) create mode 100644 admin/src/graphql/createAutomaticCreation.js create mode 100644 admin/src/graphql/deleteAutomaticCreation.js create mode 100644 admin/src/graphql/listAutomaticCreations.js create mode 100644 admin/src/graphql/showAutomaticCreation.js diff --git a/admin/src/components/AutomaticCreationForm.vue b/admin/src/components/AutomaticCreationForm.vue index 2ba633f95..590a68a45 100644 --- a/admin/src/components/AutomaticCreationForm.vue +++ b/admin/src/components/AutomaticCreationForm.vue @@ -43,7 +43,7 @@