1
0
Fork 0
mirror of synced 2024-10-02 02:07:16 +13:00
Rare/rare/components/tabs/store/api/graphql/.graphqlconfig

15 lines
305 B
Text
Raw Normal View History

{
"name": "EGS GraphQL Schema",
"schemaPath": "schema.graphql",
"extensions": {
"endpoints": {
"Default GraphQL Endpoint": {
"url": "http://localhost:8080/graphql",
"headers": {
"user-agent": "JS GraphQL"
},
"introspect": false
}
}
}
}