mirror of
https://github.com/IT4Change/ohmyform-ui.git
synced 2025-12-13 09:45:50 +00:00
add current schema and graphql config to ease development with https://blog.jetbrains.com/webstorm/2019/04/featured-plugin-js-graphql/
This commit is contained in:
parent
97794bcbf9
commit
b125a0059b
15
.graphqlconfig
Normal file
15
.graphqlconfig
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"name": "OhMyForm API GraphQL Schema",
|
||||||
|
"schemaPath": "./schema.graphql",
|
||||||
|
"extensions": {
|
||||||
|
"endpoints": {
|
||||||
|
"OhMyForm API GraphQL Endpoint1": {
|
||||||
|
"url": "http://localhost:4100/graphql",
|
||||||
|
"headers": {
|
||||||
|
"user-agent": "JS GraphQL"
|
||||||
|
},
|
||||||
|
"introspect": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "OhMyForm API GraphQL Schema",
|
|
||||||
"schemaPath": "./schema.graphql"
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user