diff --git a/.graphqlrc.yml b/.graphqlrc.yml index 2e141f6..af880b2 100644 --- a/.graphqlrc.yml +++ b/.graphqlrc.yml @@ -1,6 +1,6 @@ schema: './playground/schema.graphql' documents: - - './playground/pages/**/*.graphql' - - './playground/components/**/*.graphql' - - './playground/composables/**/*.graphql' - - './playground/plugins/**/*.graphql' + - './playground/app/pages/**/*.graphql' + - './playground/app/components/**/*.graphql' + - './playground/app/composables/**/*.graphql' + - './playground/app/plugins/**/*.graphql' diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..ba045a9 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +playground/schema.graphql diff --git a/client/pages/index.vue b/client/pages/index.vue index 55d920c..e7d1bdf 100644 --- a/client/pages/index.vue +++ b/client/pages/index.vue @@ -58,6 +58,7 @@