Merge pull request #7560 from tchak/revert-doc-graphql

Revert "Merge pull request #7537 from tchak/graphql-doc"
This commit is contained in:
Paul Chavard 2022-08-02 14:16:52 +02:00 committed by GitHub
commit 1a0c10fa43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -50,4 +50,4 @@ public/vite-test
app/graphql/schema.json
public/doc/graphql
public/graphql/schema

View file

@ -87,6 +87,6 @@
},
"graphdoc": {
"schemaFile": "./app/graphql/schema.json",
"output": "./public/doc/graphql"
"output": "./public/graphql/schema"
}
}