graphql.proto

Package: graphql.options.gloo.solo.io

Types:

Source File: github.com/solo-io/gloo/projects/gloo/api/v1/options/graphql/graphql.proto

ServiceSpec

Only supported in enterprise with the GraphQL addon. This is the service spec describing GraphQL upstreams. This will usually be filled automatically via function discovery (if the upstream supports introspection). If your upstream service is a GraphQL service, use this service spec (an empty spec is fine).

"endpoint": .graphql.options.gloo.solo.io.ServiceSpec.Endpoint

Field Type Description
endpoint .graphql.options.gloo.solo.io.ServiceSpec.Endpoint Endpoint provides the endpoint information, and how to call the GraphQL Server. This endpoint must be called via HTTP POST sending form data as mentioned in the GraphQL Docs.

Endpoint

Describes a GraphQL Endpoint information

"url": string

Field Type Description
url string The url for the graphql endpoint. Automation via Discovery only supports http://<host>/graphql ie: http://myurl.com/graphql.