Versions in this module Expand all Collapse all v0 v0.18.0 Jul 16, 2023 Changes in this version + var AllDateFilterOp = []DateFilterOp + var AllErrorType = []ErrorType + type DateFilter struct + Op *DateFilterOp + Timezone *string + Value string + type DateFilterOp string + const DateFilterOpEq + const DateFilterOpGt + const DateFilterOpGte + const DateFilterOpLt + const DateFilterOpLte + const DateFilterOpNeq + func (e *DateFilterOp) UnmarshalGQL(v interface{}) error + func (e DateFilterOp) IsValid() bool + func (e DateFilterOp) MarshalGQL(w io.Writer) + func (e DateFilterOp) String() string + type Element struct + ID int + func (e *Element) Mismatched() []Element + type ErrorType string + const ErrorTypeCustom + const ErrorTypeNormal + func (e *ErrorType) UnmarshalGQL(v interface{}) error + func (e ErrorType) IsValid() bool + func (e ErrorType) MarshalGQL(w io.Writer) + func (e ErrorType) String() string + type ListCoercion struct + EnumVal []*ErrorType + IntVal []*int + ScalarVal []map[string]interface{} + StrVal []*string + type Viewer struct + User *remote_api.User