github.com/humans-group/gqlgen@v0.7.2/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 }