Documentation
¶
Index ¶
- type BooleanScalar
- func (i *BooleanScalar) GoType() string
- func (i *BooleanScalar) ParseLiteral(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)
- func (i *BooleanScalar) ParseValue(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)
- func (i *BooleanScalar) Serialize(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)
- type DateTimeScalar
- func (d *DateTimeScalar) GoType() string
- func (d *DateTimeScalar) ParseLiteral(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)
- func (d *DateTimeScalar) ParseValue(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)
- func (d *DateTimeScalar) Serialize(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)
- type FloatScalar
- func (f *FloatScalar) GoType() string
- func (f *FloatScalar) ParseLiteral(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)
- func (f *FloatScalar) ParseValue(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)
- func (f *FloatScalar) Serialize(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)
- type IDScalar
- func (i *IDScalar) GoType() string
- func (i *IDScalar) ParseLiteral(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)
- func (i *IDScalar) ParseValue(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)
- func (i *IDScalar) Serialize(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)
- type IntScalar
- func (i *IntScalar) GoType() string
- func (i *IntScalar) ParseLiteral(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)
- func (i *IntScalar) ParseValue(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)
- func (i *IntScalar) Serialize(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)
- type StringScalar
- func (s *StringScalar) GoType() string
- func (s *StringScalar) ParseLiteral(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)
- func (s *StringScalar) ParseValue(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)
- func (s *StringScalar) Serialize(v interface{}, location *errors.GraphqlLocation) (interface{}, errors.GraphqlErrorInterface)
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) 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) 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)
Click to show internal directories.
Click to hide internal directories.