Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func NewBuilder ¶
func NewBuilder() *Builder
func (*Builder) MakeStructPacker ¶
func (b *Builder) MakeStructPacker(values []*types.InputValueDefinition, typ reflect.Type) (*StructPacker, error)
type NullUnmarshaller ¶
type NullUnmarshaller interface { decode.Unmarshaler Nullable() }
NullUnmarshaller is an unmarshaller that can handle a nil input
type StructPacker ¶
type StructPacker struct {
// contains filtered or unexported fields
}
type ValuePacker ¶
Click to show internal directories.
Click to hide internal directories.