scalar

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BooleanScalar

type BooleanScalar struct{}

func (*BooleanScalar) GoType

func (i *BooleanScalar) GoType() string

func (*BooleanScalar) ParseLiteral

func (i *BooleanScalar) ParseLiteral(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)

func (*BooleanScalar) ParseValue

func (i *BooleanScalar) ParseValue(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)

func (*BooleanScalar) Serialize

func (i *BooleanScalar) Serialize(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)

type DateTimeScalar

type DateTimeScalar struct{}

func (*DateTimeScalar) GoType

func (d *DateTimeScalar) GoType() string

func (*DateTimeScalar) ParseLiteral

func (d *DateTimeScalar) ParseLiteral(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)

func (*DateTimeScalar) ParseValue

func (d *DateTimeScalar) ParseValue(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)

func (*DateTimeScalar) Serialize

func (d *DateTimeScalar) Serialize(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)

type FloatScalar

type FloatScalar struct{}

func (*FloatScalar) GoType

func (f *FloatScalar) GoType() string

func (*FloatScalar) ParseLiteral

func (f *FloatScalar) ParseLiteral(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)

func (*FloatScalar) ParseValue

func (f *FloatScalar) ParseValue(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)

func (*FloatScalar) Serialize

func (f *FloatScalar) Serialize(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)

type IDScalar

type IDScalar struct{}

func (*IDScalar) GoType

func (i *IDScalar) GoType() string

func (*IDScalar) ParseLiteral

func (i *IDScalar) ParseLiteral(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)

func (*IDScalar) ParseValue

func (i *IDScalar) ParseValue(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)

func (*IDScalar) Serialize

func (i *IDScalar) Serialize(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)

type IntScalar

type IntScalar struct{}

func (*IntScalar) GoType

func (i *IntScalar) GoType() string

func (*IntScalar) ParseLiteral

func (i *IntScalar) ParseLiteral(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)

func (*IntScalar) ParseValue

func (i *IntScalar) ParseValue(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)

func (*IntScalar) Serialize

func (i *IntScalar) Serialize(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)

type StringScalar

type StringScalar struct{}

func (*StringScalar) GoType

func (s *StringScalar) GoType() string

func (*StringScalar) ParseLiteral

func (s *StringScalar) ParseLiteral(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)

func (*StringScalar) ParseValue

func (s *StringScalar) ParseValue(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)

func (*StringScalar) Serialize

func (s *StringScalar) Serialize(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)

Jump to

Keyboard shortcuts

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