kandimat-user-app/.graphqlconfig
2022-02-02 20:53:05 +01:00

16 lines
324 B
Plaintext

{
"name": "Postgraphile Schema",
"schemaPath": "postgraphile-schema.graphql",
"extensions": {
"endpoints": {
"Remote SWAPI GraphQL Endpoint": {
"url": "http://localhost:3000/graphql",
"headers": {
"user-agent": "JS GraphQL"
},
"introspect": true
}
}
}
}