basic

package
v0.0.0-...-dbd926e Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2021 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MarshalBoolean

func MarshalBoolean(b bool) graphql.Marshaler

MarshalBoolean returns graphql for boolean

func MarshalFloat32

func MarshalFloat32(f float32) graphql.Marshaler

MarshalFloat32 returns graphql for float32

func MarshalFloat64

func MarshalFloat64(f float64) graphql.Marshaler

MarshalFloat32 returns graphql for float64

func MarshalInt

func MarshalInt(i int) graphql.Marshaler

MarshalInt returns graphql for int

func MarshalInt16

func MarshalInt16(i int16) graphql.Marshaler

MarshalInt16 returns graphql for int16

func MarshalInt32

func MarshalInt32(i int32) graphql.Marshaler

MarshalInt32 returns graphql for int32

func MarshalInt64

func MarshalInt64(i int64) graphql.Marshaler

MarshalInt64 returns graphql for int64

func MarshalInt8

func MarshalInt8(i int8) graphql.Marshaler

MarshalInt8 returns graphql for int8

func MarshalScalar

func MarshalScalar(obj gentle.Scalar) graphql.Marshaler

MarshalScalar returns graphql marshaler for a custom scalar

func MarshalString

func MarshalString(s string) graphql.Marshaler

MarshalString returns graphql for string

func MarshalUint

func MarshalUint(i uint) graphql.Marshaler

MarshalUint returns graphql for uint

func MarshalUint16

func MarshalUint16(i uint16) graphql.Marshaler

MarshalUint16 returns graphql for uint16

func MarshalUint32

func MarshalUint32(i uint32) graphql.Marshaler

MarshalUint32 returns graphql for uint32

func MarshalUint64

func MarshalUint64(i uint64) graphql.Marshaler

MarshalUint64 returns graphql for uint64

func MarshalUint8

func MarshalUint8(i uint8) graphql.Marshaler

MarshalUint8 returns graphql for uint8

func UnmarshalBoolean

func UnmarshalBoolean(v interface{}) (bool, error)

func UnmarshalInt

func UnmarshalInt(v interface{}) (int, error)

func UnmarshalInt16

func UnmarshalInt16(v interface{}) (int16, error)

func UnmarshalInt32

func UnmarshalInt32(v interface{}) (int32, error)

func UnmarshalInt64

func UnmarshalInt64(v interface{}) (int64, error)

func UnmarshalInt8

func UnmarshalInt8(v interface{}) (int8, error)

func UnmarshalString

func UnmarshalString(v interface{}) (string, error)

func UnmarshalUint

func UnmarshalUint(v interface{}) (uint, error)

func UnmarshalUint16

func UnmarshalUint16(v interface{}) (uint16, error)

func UnmarshalUint32

func UnmarshalUint32(v interface{}) (uint32, error)

func UnmarshalUint64

func UnmarshalUint64(v interface{}) (uint64, error)

func UnmarshalUint8

func UnmarshalUint8(v interface{}) (uint8, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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