Szakdolgozat/frontend/.graphqlconfig

16 lines
317 B
Plaintext

{
"name": "Untitled GraphQL Schema",
"schemaPath": "./graphql.schema.json",
"extensions": {
"endpoints": {
"Default GraphQL Endpoint": {
"url": "http://localhost:8019/graphql",
"headers": {
"user-agent": "JS GraphQL"
},
"introspect": true
}
}
}
}