graphql

package
v0.0.0-...-0a06464 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	QueryOperation    bindings.OperationKind = "query"
	MutationOperation bindings.OperationKind = "mutation"
)

Variables

This section is empty.

Functions

func NewGraphQL

func NewGraphQL(logger logger.Logger) bindings.OutputBinding

NewGraphQL returns a new GraphQL binding instance.

Types

type GraphQL

type GraphQL struct {
	// contains filtered or unexported fields
}

GraphQL represents GraphQL output bindings.

func (*GraphQL) GetComponentMetadata

func (gql *GraphQL) GetComponentMetadata() map[string]string

GetComponentMetadata returns the metadata of the component.

func (*GraphQL) Init

func (gql *GraphQL) Init(_ context.Context, meta bindings.Metadata) error

Init initializes the GraphQL binding.

func (*GraphQL) Invoke

Invoke handles all invoke operations.

func (*GraphQL) Operations

func (gql *GraphQL) Operations() []bindings.OperationKind

Operations returns list of operations supported by GraphQL binding.

Jump to

Keyboard shortcuts

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