Versions in this module Expand all Collapse all v1 v1.1.0 Oct 18, 2024 v1.0.0 Sep 28, 2024 Changes in this version + type DefaultPanicHandler struct + func (h *DefaultPanicHandler) MakePanicError(ctx context.Context, value interface{}) *QueryError + type Location struct + Column int + Line int + func (a Location) Before(b Location) bool + type PanicHandler interface + MakePanicError func(ctx context.Context, value interface{}) *QueryError + type QueryError struct + Err error + Extensions map[string]interface{} + Locations []Location + Message string + Path []interface{} + ResolverError error + Rule string + func Errorf(format string, a ...interface{}) *QueryError + func (err *QueryError) Error() string + func (err *QueryError) Unwrap() error