with formatting

This commit is contained in:
2022-08-20 22:44:03 +02:00
parent 9814112b54
commit 83b62a4953
3 changed files with 74 additions and 40 deletions

View File

@@ -4,7 +4,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"generate:graphql": "graphql-codegen"
"generate:graphql": "graphql-codegen",
"format:graphql": "prettier -w src/lib/graphql/generated.ts"
},
"dependencies": {
"@apollo/client": "^3.6.9",