From 8615fad8831f7dd6e805b5e5cc31c0452655ff61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20Krogh?= Date: Mon, 12 Oct 2020 15:18:19 +0200 Subject: [PATCH] Move order create to mutations folder --- .gitignore | 2 ++ graphql/{queries => mutations}/order-create.graphql | 0 2 files changed, 2 insertions(+) create mode 100644 .gitignore rename graphql/{queries => mutations}/order-create.graphql (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9bea433 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +.DS_Store diff --git a/graphql/queries/order-create.graphql b/graphql/mutations/order-create.graphql similarity index 100% rename from graphql/queries/order-create.graphql rename to graphql/mutations/order-create.graphql