Deprecated: The GraphQL feature of Gloo Gateway will be removed in a future release.
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 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.