github.com/pluralsh/plural-cli@v0.9.5/pkg/ui/web/.graphqlconfig (about) 1 { 2 "name": "Plural API", 3 "schemaPath": "schema/schema.graphql", 4 "extensions": { 5 "endpoints": { 6 "Default GraphQL Endpoint": { 7 "url": "https://app.plural.sh/graphiql", 8 "headers": { 9 "user-agent": "JS GraphQL" 10 }, 11 "introspect": true 12 } 13 } 14 } 15 }