Documentation ¶
Overview ¶
Package scalars exposes custom scalar types and their implementations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StringList ¶
type StringList []string
func (StringList) MarshalGQL ¶
func (s StringList) MarshalGQL(w io.Writer)
func (StringList) MarshalJSON ¶
func (s StringList) MarshalJSON() ([]byte, error)
func (*StringList) UnmarshalGQL ¶
func (s *StringList) UnmarshalGQL(v any) error
func (*StringList) UnmarshalJSON ¶
func (s *StringList) UnmarshalJSON(v []byte) error
Click to show internal directories.
Click to hide internal directories.