github.com/senomas/gqlgen@v0.17.11-0.20220626120754-9aee61b0716a/integration/.graphqlconfig (about) 1 { 2 "projects": { 3 "Project Name": { 4 "schemaPath": "schema-fetched.graphql", 5 "extensions": { 6 "endpoints": { 7 "dev": { 8 "url": "${env:SERVER_URL}" 9 } 10 } 11 } 12 } 13 } 14 }