1
0
ohmyform/ui/.graphqlconfig

16 lines
322 B
Plaintext
Raw Permalink Normal View History

{
"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
}
}
}
}