feat: gql codegen + caching + optimistic

This commit is contained in:
Andrew Bastin
2021-10-08 23:44:23 +05:30
committed by liyasthomas
parent 8d5bd051a1
commit 52539b084d
24 changed files with 1222 additions and 407 deletions

View File

@@ -18,6 +18,9 @@ module.exports = {
"plugin:prettier/recommended",
"plugin:nuxt/recommended",
],
ignorePatterns: [
"helpers/backend/graphql.ts"
],
plugins: ["vue", "prettier"],
// add your custom rules here
rules: {