interfaces

package
v0.8.14 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2025 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GraphqlArgument

type GraphqlArgument interface {
	// Argument ...
	Argument() graphql.FieldConfigArgument
}

GraphqlArgument ...

type GraphqlObject

type GraphqlObject interface {
	// Object ...
	Object() *graphql.Object
}

GraphqlObject ...

type GraphqlOutput

type GraphqlOutput interface {
	// Output ...
	Output() graphql.Output
}

GraphqlOutput ...

type Message

type Message interface {
	Schema() map[string]interface{}
}

Message ...

type Unmarshaler

type Unmarshaler interface {
	UnmarshalMap(m map[string]interface{})
}

Unmarshaler ...

Jump to

Keyboard shortcuts

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