Documentation
¶
Index ¶
- func NewDirectiveExpect(args directive.Arguments, nodeKind string) (directive.Directive, error)
- func NewDirectiveGetContext(args directive.Arguments, nodeKind string) (directive.Directive, error)
- func NewDirectiveResolveArg(args directive.Arguments, nodeKind string) (directive.Directive, error)
- func NewDirectiveResolveString(args directive.Arguments, nodeKind string) (directive.Directive, error)
- func NewDirectiveSetContext(args directive.Arguments, nodeKind string) (directive.Directive, error)
- type DirectiveExpect
- type DirectiveGetContext
- type DirectiveResolveArg
- type DirectiveResolveString
- type DirectiveSetContext
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDirectiveExpect ¶ added in v0.0.4
func NewDirectiveGetContext ¶
func NewDirectiveResolveArg ¶ added in v0.0.4
Types ¶
type DirectiveExpect ¶ added in v0.0.4
type DirectiveExpect struct {
// contains filtered or unexported fields
}
func (*DirectiveExpect) Define ¶ added in v0.0.6
func (d *DirectiveExpect) Define(_ string, _ interface{}) error
type DirectiveGetContext ¶
type DirectiveGetContext struct {
// contains filtered or unexported fields
}
func (*DirectiveGetContext) Define ¶ added in v0.0.6
func (d *DirectiveGetContext) Define(_ string, _ interface{}) error
type DirectiveResolveArg ¶ added in v0.0.4
type DirectiveResolveArg struct {
// contains filtered or unexported fields
}
func (*DirectiveResolveArg) Define ¶ added in v0.0.6
func (d *DirectiveResolveArg) Define(_ string, _ interface{}) error
type DirectiveResolveString ¶
type DirectiveResolveString struct {
// contains filtered or unexported fields
}
func (*DirectiveResolveString) Define ¶ added in v0.0.6
func (d *DirectiveResolveString) Define(_ string, _ interface{}) error
type DirectiveSetContext ¶
type DirectiveSetContext struct {
// contains filtered or unexported fields
}
func (*DirectiveSetContext) Define ¶ added in v0.0.6
func (d *DirectiveSetContext) Define(_ string, _ interface{}) error
Click to show internal directories.
Click to hide internal directories.