This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
mobile-app/.graphqlconfig

16 lines
308 B
Plaintext

{
"name": "Zdam Egzamin Zawodowy",
"schemaPath": "remote-schema.graphql",
"extensions": {
"endpoints": {
"Default GraphQL Endpoint": {
"url": "http://localhost:8080/graphql",
"headers": {
"user-agent": "IDE"
},
"introspect": true
}
}
}
}