graphql

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GraphqlRequestHandlerOperation

type GraphqlRequestHandlerOperation struct {
	operation.Operation
	*waf.WafOperation
}

func (*GraphqlRequestHandlerOperation) Finish

type GraphqlRequestHandlerOperationArg

type GraphqlRequestHandlerOperationArg struct {
	RawQuery      string
	OperationName string
	Variables     map[string][]string
}

func BuildGraphqlRequestHandlerOperationArg

func BuildGraphqlRequestHandlerOperationArg(
	rawQuery string,
	operationName string,
	variables map[string]interface{},
) GraphqlRequestHandlerOperationArg

func (GraphqlRequestHandlerOperationArg) IsArgOf

type GraphqlRequestHandlerOperationResult

type GraphqlRequestHandlerOperationResult struct {
	BlockErr error
}

func (*GraphqlRequestHandlerOperationResult) IsResultOf

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL