Versions in this module Expand all Collapse all v1 v1.0.0 Jan 30, 2023 Changes in this version + type AST struct + Enums []Enum + Models []Model + OrderBys []OrderBy + ReadFilters []Filter + Scalars []string + WriteFilters []Filter + func New(document *dmmf.Document) *AST + func (r *AST) ReadFilter(scalar string, isList bool) *Filter + func (r *AST) WriteFilter(scalar string, isList bool) *Filter + type Enum struct + Name types.String + Values []types.String + type Field struct + Prisma bool + type Filter struct + Methods []Method + Name string + type Index struct + Fields []types.String + InternalName string + Name types.String + type Method struct + Action string + Deprecated string + IsList bool + Name string + Type types.Type + type Model struct + Fields []Field + Indexes []Index + Name types.String + OldModel dmmf.Model + type OrderBy struct