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