.graphqlconfig 285 B

123456789101112131415
  1. {
  2. "name": "Admin API",
  3. "schemaPath": "schema.graphql",
  4. "extensions": {
  5. "endpoints": {
  6. "Default GraphQL Endpoint": {
  7. "url": "http://localhost:4000",
  8. "headers": {
  9. "user-agent": "GraphQL"
  10. },
  11. "introspect": false
  12. }
  13. }
  14. }
  15. }