.graphqlconfig (327B)
1 { 2 "name": "DBGraphQL Schema", 3 "schemaPath": "schema.graphql", 4 "extensions": { 5 "endpoints": { 6 "Default GraphQL Endpoint": { 7 "url": "https://api.deutschebahn.com/free1bahnql/v1/graphql", 8 "headers": { 9 "Accept": "application/json" 10 }, 11 "introspect": false 12 } 13 } 14 } 15 }