Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBoolScalar ¶
func NewFloatScalar ¶
func NewIDScalar ¶
func NewIntScalar ¶
func NewStringScalar ¶
Types ¶
type Bool ¶
type Bool bool
func (*Bool) Assess ¶
func (o *Bool) Assess(resolved resolvers.ScalarResolved) (val interface{}, err definitionError.GQLError)
func (*Bool) Set ¶
func (o *Bool) Set(value interface{}) (r interface{}, err definitionError.GQLError)
type Float ¶
type Float float64
func (*Float) Assess ¶
func (o *Float) Assess(resolved resolvers.ScalarResolved) (val interface{}, err definitionError.GQLError)
func (*Float) Set ¶
func (o *Float) Set(value interface{}) (r interface{}, err definitionError.GQLError)
type ID ¶
type ID string
func (*ID) Assess ¶
func (o *ID) Assess(resolved resolvers.ScalarResolved) (val interface{}, err definitionError.GQLError)
func (*ID) Set ¶
func (o *ID) Set(value interface{}) (r interface{}, err definitionError.GQLError)
type Int ¶
type Int int64
func (*Int) Assess ¶
func (o *Int) Assess(resolved resolvers.ScalarResolved) (val interface{}, err definitionError.GQLError)
func (*Int) Set ¶
func (o *Int) Set(value interface{}) (r interface{}, err definitionError.GQLError)
type String ¶
type String string
func (*String) Assess ¶
func (o *String) Assess(resolved resolvers.ScalarResolved) (val interface{}, err definitionError.GQLError)
func (*String) Set ¶
func (o *String) Set(value interface{}) (r interface{}, err definitionError.GQLError)
Click to show internal directories.
Click to hide internal directories.