Merge pull request #7560 from tchak/revert-doc-graphql
Revert "Merge pull request #7537 from tchak/graphql-doc"
This commit is contained in:
commit
1a0c10fa43
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -50,4 +50,4 @@ public/vite-test
|
|||
|
||||
|
||||
app/graphql/schema.json
|
||||
public/doc/graphql
|
||||
public/graphql/schema
|
||||
|
|
|
@ -87,6 +87,6 @@
|
|||
},
|
||||
"graphdoc": {
|
||||
"schemaFile": "./app/graphql/schema.json",
|
||||
"output": "./public/doc/graphql"
|
||||
"output": "./public/graphql/schema"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue