Versions in this module Expand all Collapse all v0 v0.2.0 Aug 2, 2024 Changes in this version + func FuncCache(on bool) func(*options) + func InitialTimeout(timeout time.Duration) func(*options) + func NilResolver(on bool) func(*options) + func NoConcurrency(on bool) func(*options) + func NoIntrospection(on bool) func(*options) + func PingFrequency(freq time.Duration) func(*options) + func PongTimeout(timeout time.Duration) func(*options) + type Date time.Time + func (d Date) MarshalEGGQL() (string, error) + func (pd *Date) UnmarshalEGGQL(in string) error v0.1.0 Sep 27, 2022 Changes in this version + func MustRun(params ...interface{}) http.Handler + func New(q ...interface{}) gql + type BigInt struct + func (bi *BigInt) UnmarshalEGGQL(in string) error + type ID = field.ID + type TagHolder struct + type Time time.Time + func (pt *Time) UnmarshalEGGQL(in string) error + func (t Time) MarshalEGGQL() (string, error)