Versions in this module Expand all Collapse all v0 v0.0.1 Dec 22, 2025 Changes in this version + var ErrGraphQLQueryEmpty = errors.New("query is required for graphql proxy") + var ErrGraphQLUnsupportedQueryBatch = errors.New("graphql query batch is not supported") + func NewGraphQLHandler(operation *schema.RelyProxyOperation, ...) (schema.RelyProxyHandler, error) + type GraphQLHandler struct + func ValidateGraphQLString(query string) (*GraphQLHandler, error) + func (*GraphQLHandler) Type() schema.RelyProxyType + func (ge *GraphQLHandler) Handle(ctx context.Context, request *http.Request, ...) (*http.Response, any, error) + type GraphQLRequestBody struct + Extensions map[string]any + OperationName string + Query string + Variables map[string]any