Black Lives Matter
Support the Equal Justice Initiative
Link to Go homepage
  • Why Go
  • Getting Started
  • Discover Packages
  • About
Go.
  • Why Go
  • Getting Started
  • Discover Packages
  • About
  • golang.org
Discover Packages github.com/facebook/ent entc integration ent

ent

package
Version v0.5.0
Latest Latest Go to latest
Nov 3, 2020 Apache-2.0 35 Imports 0 Imported by
Go
ent
Version v0.5.0
Latest Go to latest
Nov 3, 2020 Apache-2.0 35 Imports 0 Imported by
  • Documentation
    • Index
    • Constants
    • Variables
    • Functions
      • IsConstraintError(err)
      • IsNotFound(err)
      • IsNotLoaded(err)
      • IsNotSingular(err)
      • IsValidationError(err)
      • MaskNotFound(err)
      • NewContext(parent, c)
      • NewTxContext(parent, tx)
    • Types
      • type AggregateFunc
        • As(fn, end)
        • Count()
        • Max(field)
        • Mean(field)
        • Min(field)
        • Sum(field)
      • type Card
        • (c) QueryOwner()
        • (c) QuerySpec()
        • (c) String()
        • (c) Unwrap()
        • (c) Update()
      • type CardClient
        • NewCardClient(c)
        • (c) Create()
        • (c) CreateBulk(builders)
        • (c) Delete()
        • (c) DeleteOne(ca)
        • (c) DeleteOneID(id)
        • (c) Get(ctx, id)
        • (c) GetX(ctx, id)
        • (c) Hooks()
        • (c) Query()
        • (c) QueryOwner(ca)
        • (c) QuerySpec(ca)
        • (c) Update()
        • (c) UpdateOne(ca)
        • (c) UpdateOneID(id)
        • (c) Use(hooks)
      • type CardCreate
        • (cc) AddSpec(s)
        • (cc) AddSpecIDs(ids)
        • (cc) Mutation()
        • (cc) Save(ctx)
        • (cc) SaveX(ctx)
        • (cc) SetCreateTime(t)
        • (cc) SetName(s)
        • (cc) SetNillableCreateTime(t)
        • (cc) SetNillableName(s)
        • (cc) SetNillableOwnerID(id)
        • (cc) SetNillableUpdateTime(t)
        • (cc) SetNumber(s)
        • (cc) SetOwner(u)
        • (cc) SetOwnerID(id)
        • (cc) SetUpdateTime(t)
      • type CardCreateBulk
        • (ccb) Save(ctx)
        • (ccb) SaveX(ctx)
      • type CardDelete
        • (cd) Exec(ctx)
        • (cd) ExecX(ctx)
        • (cd) Where(ps)
      • type CardDeleteOne
        • (cdo) Exec(ctx)
        • (cdo) ExecX(ctx)
      • type CardEdges
        • (e) OwnerOrErr()
        • (e) SpecOrErr()
      • type CardExtension
      • type CardFilter
        • (f) Where(p)
        • (f) WhereCreateTime(p)
        • (f) WhereHasOwner()
        • (f) WhereHasOwnerWith(preds)
        • (f) WhereHasSpec()
        • (f) WhereHasSpecWith(preds)
        • (f) WhereID(p)
        • (f) WhereName(p)
        • (f) WhereNumber(p)
        • (f) WhereUpdateTime(p)
      • type CardGroupBy
        • (cgb) Aggregate(fns)
        • (cgb) Bool(ctx)
        • (cgb) BoolX(ctx)
        • (cgb) Bools(ctx)
        • (cgb) BoolsX(ctx)
        • (cgb) Float64(ctx)
        • (cgb) Float64X(ctx)
        • (cgb) Float64s(ctx)
        • (cgb) Float64sX(ctx)
        • (cgb) Int(ctx)
        • (cgb) IntX(ctx)
        • (cgb) Ints(ctx)
        • (cgb) IntsX(ctx)
        • (cgb) Scan(ctx, v)
        • (cgb) ScanX(ctx, v)
        • (cgb) String(ctx)
        • (cgb) StringX(ctx)
        • (cgb) Strings(ctx)
        • (cgb) StringsX(ctx)
      • type CardMutation
        • (m) AddField(name, value)
        • (m) AddSpecIDs(ids)
        • (m) AddedEdges()
        • (m) AddedField(name)
        • (m) AddedFields()
        • (m) AddedIDs(name)
        • (m) ClearEdge(name)
        • (m) ClearField(name)
        • (m) ClearName()
        • (m) ClearOwner()
        • (m) ClearSpec()
        • (m) ClearedEdges()
        • (m) ClearedFields()
        • (m) Client()
        • (m) CreateTime()
        • (m) EdgeCleared(name)
        • (m) Field(name)
        • (m) FieldCleared(name)
        • (m) Fields()
        • (m) Filter()
        • (m) ID()
        • (m) Name()
        • (m) NameCleared()
        • (m) Number()
        • (m) OldCreateTime(ctx)
        • (m) OldField(ctx, name)
        • (m) OldName(ctx)
        • (m) OldNumber(ctx)
        • (m) OldUpdateTime(ctx)
        • (m) Op()
        • (m) OwnerCleared()
        • (m) OwnerID()
        • (m) OwnerIDs()
        • (m) RemoveSpecIDs(ids)
        • (m) RemovedEdges()
        • (m) RemovedIDs(name)
        • (m) RemovedSpecIDs()
        • (m) ResetCreateTime()
        • (m) ResetEdge(name)
        • (m) ResetField(name)
        • (m) ResetName()
        • (m) ResetNumber()
        • (m) ResetOwner()
        • (m) ResetSpec()
        • (m) ResetUpdateTime()
        • (m) SetCreateTime(t)
        • (m) SetField(name, value)
        • (m) SetName(s)
        • (m) SetNumber(s)
        • (m) SetOwnerID(id)
        • (m) SetUpdateTime(t)
        • (m) SpecCleared()
        • (m) SpecIDs()
        • (m) Tx()
        • (m) Type()
        • (m) UpdateTime()
      • type CardQuery
        • (cq) All(ctx)
        • (cq) AllX(ctx)
        • (cq) Clone()
        • (cq) Count(ctx)
        • (cq) CountX(ctx)
        • (cq) Exist(ctx)
        • (cq) ExistX(ctx)
        • (cq) Filter()
        • (cq) First(ctx)
        • (cq) FirstID(ctx)
        • (cq) FirstIDX(ctx)
        • (cq) FirstX(ctx)
        • (cq) GroupBy(field, fields)
        • (cq) IDs(ctx)
        • (cq) IDsX(ctx)
        • (cq) Limit(limit)
        • (cq) Offset(offset)
        • (cq) Only(ctx)
        • (cq) OnlyID(ctx)
        • (cq) OnlyIDX(ctx)
        • (cq) OnlyX(ctx)
        • (cq) Order(o)
        • (cq) QueryOwner()
        • (cq) QuerySpec()
        • (cq) Select(field, fields)
        • (cq) Where(ps)
        • (cq) WithOwner(opts)
        • (cq) WithSpec(opts)
      • type CardSelect
        • (cs) Bool(ctx)
        • (cs) BoolX(ctx)
        • (cs) Bools(ctx)
        • (cs) BoolsX(ctx)
        • (cs) Float64(ctx)
        • (cs) Float64X(ctx)
        • (cs) Float64s(ctx)
        • (cs) Float64sX(ctx)
        • (cs) Int(ctx)
        • (cs) IntX(ctx)
        • (cs) Ints(ctx)
        • (cs) IntsX(ctx)
        • (cs) Scan(ctx, v)
        • (cs) ScanX(ctx, v)
        • (cs) String(ctx)
        • (cs) StringX(ctx)
        • (cs) Strings(ctx)
        • (cs) StringsX(ctx)
      • type CardUpdate
        • (cu) AddSpec(s)
        • (cu) AddSpecIDs(ids)
        • (cu) ClearName()
        • (cu) ClearOwner()
        • (cu) ClearSpec()
        • (cu) Exec(ctx)
        • (cu) ExecX(ctx)
        • (cu) Mutation()
        • (cu) RemoveSpec(s)
        • (cu) RemoveSpecIDs(ids)
        • (cu) Save(ctx)
        • (cu) SaveX(ctx)
        • (cu) SetName(s)
        • (cu) SetNillableName(s)
        • (cu) SetNillableOwnerID(id)
        • (cu) SetOwner(u)
        • (cu) SetOwnerID(id)
        • (cu) Where(ps)
      • type CardUpdateOne
        • (cuo) AddSpec(s)
        • (cuo) AddSpecIDs(ids)
        • (cuo) ClearName()
        • (cuo) ClearOwner()
        • (cuo) ClearSpec()
        • (cuo) Exec(ctx)
        • (cuo) ExecX(ctx)
        • (cuo) Mutation()
        • (cuo) RemoveSpec(s)
        • (cuo) RemoveSpecIDs(ids)
        • (cuo) Save(ctx)
        • (cuo) SaveX(ctx)
        • (cuo) SetName(s)
        • (cuo) SetNillableName(s)
        • (cuo) SetNillableOwnerID(id)
        • (cuo) SetOwner(u)
        • (cuo) SetOwnerID(id)
      • type Cards
      • type Client
        • FromContext(ctx)
        • NewClient(opts)
        • Open(driverName, dataSourceName, options)
        • (c) BeginTx(ctx, opts)
        • (c) Close()
        • (c) Debug()
        • (c) Tx(ctx)
        • (c) Use(hooks)
      • type Comment
        • (c) String()
        • (c) Unwrap()
        • (c) Update()
      • type CommentClient
        • NewCommentClient(c)
        • (c) Create()
        • (c) CreateBulk(builders)
        • (c) Delete()
        • (c) DeleteOne(co)
        • (c) DeleteOneID(id)
        • (c) Get(ctx, id)
        • (c) GetX(ctx, id)
        • (c) Hooks()
        • (c) Query()
        • (c) Update()
        • (c) UpdateOne(co)
        • (c) UpdateOneID(id)
        • (c) Use(hooks)
      • type CommentCreate
        • (cc) Mutation()
        • (cc) Save(ctx)
        • (cc) SaveX(ctx)
        • (cc) SetNillableInt(i)
        • (cc) SetNillableNillableInt(i)
        • (cc) SetUniqueFloat(f)
        • (cc) SetUniqueInt(i)
      • type CommentCreateBulk
        • (ccb) Save(ctx)
        • (ccb) SaveX(ctx)
      • type CommentDelete
        • (cd) Exec(ctx)
        • (cd) ExecX(ctx)
        • (cd) Where(ps)
      • type CommentDeleteOne
        • (cdo) Exec(ctx)
        • (cdo) ExecX(ctx)
      • type CommentFilter
        • (f) Where(p)
        • (f) WhereID(p)
        • (f) WhereNillableInt(p)
        • (f) WhereUniqueFloat(p)
        • (f) WhereUniqueInt(p)
      • type CommentGroupBy
        • (cgb) Aggregate(fns)
        • (cgb) Bool(ctx)
        • (cgb) BoolX(ctx)
        • (cgb) Bools(ctx)
        • (cgb) BoolsX(ctx)
        • (cgb) Float64(ctx)
        • (cgb) Float64X(ctx)
        • (cgb) Float64s(ctx)
        • (cgb) Float64sX(ctx)
        • (cgb) Int(ctx)
        • (cgb) IntX(ctx)
        • (cgb) Ints(ctx)
        • (cgb) IntsX(ctx)
        • (cgb) Scan(ctx, v)
        • (cgb) ScanX(ctx, v)
        • (cgb) String(ctx)
        • (cgb) StringX(ctx)
        • (cgb) Strings(ctx)
        • (cgb) StringsX(ctx)
      • type CommentMutation
        • (m) AddField(name, value)
        • (m) AddNillableInt(i)
        • (m) AddUniqueFloat(f)
        • (m) AddUniqueInt(i)
        • (m) AddedEdges()
        • (m) AddedField(name)
        • (m) AddedFields()
        • (m) AddedIDs(name)
        • (m) AddedNillableInt()
        • (m) AddedUniqueFloat()
        • (m) AddedUniqueInt()
        • (m) ClearEdge(name)
        • (m) ClearField(name)
        • (m) ClearNillableInt()
        • (m) ClearedEdges()
        • (m) ClearedFields()
        • (m) Client()
        • (m) EdgeCleared(name)
        • (m) Field(name)
        • (m) FieldCleared(name)
        • (m) Fields()
        • (m) Filter()
        • (m) ID()
        • (m) NillableInt()
        • (m) NillableIntCleared()
        • (m) OldField(ctx, name)
        • (m) OldNillableInt(ctx)
        • (m) OldUniqueFloat(ctx)
        • (m) OldUniqueInt(ctx)
        • (m) Op()
        • (m) RemovedEdges()
        • (m) RemovedIDs(name)
        • (m) ResetEdge(name)
        • (m) ResetField(name)
        • (m) ResetNillableInt()
        • (m) ResetUniqueFloat()
        • (m) ResetUniqueInt()
        • (m) SetField(name, value)
        • (m) SetNillableInt(i)
        • (m) SetUniqueFloat(f)
        • (m) SetUniqueInt(i)
        • (m) Tx()
        • (m) Type()
        • (m) UniqueFloat()
        • (m) UniqueInt()
      • type CommentQuery
        • (cq) All(ctx)
        • (cq) AllX(ctx)
        • (cq) Clone()
        • (cq) Count(ctx)
        • (cq) CountX(ctx)
        • (cq) Exist(ctx)
        • (cq) ExistX(ctx)
        • (cq) Filter()
        • (cq) First(ctx)
        • (cq) FirstID(ctx)
        • (cq) FirstIDX(ctx)
        • (cq) FirstX(ctx)
        • (cq) GroupBy(field, fields)
        • (cq) IDs(ctx)
        • (cq) IDsX(ctx)
        • (cq) Limit(limit)
        • (cq) Offset(offset)
        • (cq) Only(ctx)
        • (cq) OnlyID(ctx)
        • (cq) OnlyIDX(ctx)
        • (cq) OnlyX(ctx)
        • (cq) Order(o)
        • (cq) Select(field, fields)
        • (cq) Where(ps)
      • type CommentSelect
        • (cs) Bool(ctx)
        • (cs) BoolX(ctx)
        • (cs) Bools(ctx)
        • (cs) BoolsX(ctx)
        • (cs) Float64(ctx)
        • (cs) Float64X(ctx)
        • (cs) Float64s(ctx)
        • (cs) Float64sX(ctx)
        • (cs) Int(ctx)
        • (cs) IntX(ctx)
        • (cs) Ints(ctx)
        • (cs) IntsX(ctx)
        • (cs) Scan(ctx, v)
        • (cs) ScanX(ctx, v)
        • (cs) String(ctx)
        • (cs) StringX(ctx)
        • (cs) Strings(ctx)
        • (cs) StringsX(ctx)
      • type CommentUpdate
        • (cu) AddNillableInt(i)
        • (cu) AddUniqueFloat(f)
        • (cu) AddUniqueInt(i)
        • (cu) ClearNillableInt()
        • (cu) Exec(ctx)
        • (cu) ExecX(ctx)
        • (cu) Mutation()
        • (cu) Save(ctx)
        • (cu) SaveX(ctx)
        • (cu) SetNillableInt(i)
        • (cu) SetNillableNillableInt(i)
        • (cu) SetUniqueFloat(f)
        • (cu) SetUniqueInt(i)
        • (cu) Where(ps)
      • type CommentUpdateOne
        • (cuo) AddNillableInt(i)
        • (cuo) AddUniqueFloat(f)
        • (cuo) AddUniqueInt(i)
        • (cuo) ClearNillableInt()
        • (cuo) Exec(ctx)
        • (cuo) ExecX(ctx)
        • (cuo) Mutation()
        • (cuo) Save(ctx)
        • (cuo) SaveX(ctx)
        • (cuo) SetNillableInt(i)
        • (cuo) SetNillableNillableInt(i)
        • (cuo) SetUniqueFloat(f)
        • (cuo) SetUniqueInt(i)
      • type Comments
      • type CommitFunc
        • (f) Commit(ctx, tx)
      • type CommitHook
      • type Committer
      • type ConstraintError
        • (e) Error()
        • (e) Unwrap()
      • type FieldType
        • (ft) String()
        • (ft) Unwrap()
        • (ft) Update()
      • type FieldTypeClient
        • NewFieldTypeClient(c)
        • (c) Create()
        • (c) CreateBulk(builders)
        • (c) Delete()
        • (c) DeleteOne(ft)
        • (c) DeleteOneID(id)
        • (c) Get(ctx, id)
        • (c) GetX(ctx, id)
        • (c) Hooks()
        • (c) Query()
        • (c) Update()
        • (c) UpdateOne(ft)
        • (c) UpdateOneID(id)
        • (c) Use(hooks)
      • type FieldTypeCreate
        • (ftc) Mutation()
        • (ftc) Save(ctx)
        • (ftc) SaveX(ctx)
        • (ftc) SetActive(s)
        • (ftc) SetDatetime(t)
        • (ftc) SetDecimal(f)
        • (ftc) SetDeleted(sb)
        • (ftc) SetDeletedAt(st)
        • (ftc) SetDir(h)
        • (ftc) SetIP(n)
        • (ftc) SetInt(i)
        • (ftc) SetInt16(i)
        • (ftc) SetInt32(i)
        • (ftc) SetInt64(i)
        • (ftc) SetInt8(i)
        • (ftc) SetLink(s)
        • (ftc) SetNdir(h)
        • (ftc) SetNillableActive(s)
        • (ftc) SetNillableDatetime(t)
        • (ftc) SetNillableDecimal(f)
        • (ftc) SetNillableDir(h)
        • (ftc) SetNillableInt(i)
        • (ftc) SetNillableInt16(i)
        • (ftc) SetNillableInt32(i)
        • (ftc) SetNillableInt64(i)
        • (ftc) SetNillableInt8(i)
        • (ftc) SetNillableNdir(h)
        • (ftc) SetNillableNillableInt(i)
        • (ftc) SetNillableNillableInt16(i)
        • (ftc) SetNillableNillableInt32(i)
        • (ftc) SetNillableNillableInt64(i)
        • (ftc) SetNillableNillableInt8(i)
        • (ftc) SetNillableNullActive(s)
        • (ftc) SetNillableOptionalFloat(f)
        • (ftc) SetNillableOptionalFloat32(f)
        • (ftc) SetNillableOptionalInt(i)
        • (ftc) SetNillableOptionalInt16(i)
        • (ftc) SetNillableOptionalInt32(i)
        • (ftc) SetNillableOptionalInt64(i)
        • (ftc) SetNillableOptionalInt8(i)
        • (ftc) SetNillableOptionalUint(u)
        • (ftc) SetNillableOptionalUint16(u)
        • (ftc) SetNillableOptionalUint32(u)
        • (ftc) SetNillableOptionalUint64(u)
        • (ftc) SetNillableOptionalUint8(u)
        • (ftc) SetNillableRole(r)
        • (ftc) SetNillableSchemaFloat(s)
        • (ftc) SetNillableSchemaFloat32(s)
        • (ftc) SetNillableSchemaInt(s)
        • (ftc) SetNillableSchemaInt64(s)
        • (ftc) SetNillableSchemaInt8(s)
        • (ftc) SetNillableState(f)
        • (ftc) SetNillableValidateOptionalInt32(i)
        • (ftc) SetNullActive(s)
        • (ftc) SetNullFloat(sf)
        • (ftc) SetNullInt64(si)
        • (ftc) SetNullLink(s)
        • (ftc) SetNullStr(ss)
        • (ftc) SetOptionalFloat(f)
        • (ftc) SetOptionalFloat32(f)
        • (ftc) SetOptionalInt(i)
        • (ftc) SetOptionalInt16(i)
        • (ftc) SetOptionalInt32(i)
        • (ftc) SetOptionalInt64(i)
        • (ftc) SetOptionalInt8(i)
        • (ftc) SetOptionalUint(u)
        • (ftc) SetOptionalUint16(u)
        • (ftc) SetOptionalUint32(u)
        • (ftc) SetOptionalUint64(u)
        • (ftc) SetOptionalUint8(u)
        • (ftc) SetRole(r)
        • (ftc) SetSchemaFloat(s)
        • (ftc) SetSchemaFloat32(s)
        • (ftc) SetSchemaInt(s)
        • (ftc) SetSchemaInt64(s)
        • (ftc) SetSchemaInt8(s)
        • (ftc) SetState(f)
        • (ftc) SetStr(ss)
        • (ftc) SetValidateOptionalInt32(i)
      • type FieldTypeCreateBulk
        • (ftcb) Save(ctx)
        • (ftcb) SaveX(ctx)
      • type FieldTypeDelete
        • (ftd) Exec(ctx)
        • (ftd) ExecX(ctx)
        • (ftd) Where(ps)
      • type FieldTypeDeleteOne
        • (ftdo) Exec(ctx)
        • (ftdo) ExecX(ctx)
      • type FieldTypeFilter
        • (f) Where(p)
        • (f) WhereActive(p)
        • (f) WhereDatetime(p)
        • (f) WhereDecimal(p)
        • (f) WhereDeleted(p)
        • (f) WhereDeletedAt(p)
        • (f) WhereDir(p)
        • (f) WhereID(p)
        • (f) WhereIP(p)
        • (f) WhereInt(p)
        • (f) WhereInt16(p)
        • (f) WhereInt32(p)
        • (f) WhereInt64(p)
        • (f) WhereInt8(p)
        • (f) WhereLink(p)
        • (f) WhereNdir(p)
        • (f) WhereNillableInt(p)
        • (f) WhereNillableInt16(p)
        • (f) WhereNillableInt32(p)
        • (f) WhereNillableInt64(p)
        • (f) WhereNillableInt8(p)
        • (f) WhereNullActive(p)
        • (f) WhereNullFloat(p)
        • (f) WhereNullInt64(p)
        • (f) WhereNullLink(p)
        • (f) WhereNullStr(p)
        • (f) WhereOptionalFloat(p)
        • (f) WhereOptionalFloat32(p)
        • (f) WhereOptionalInt(p)
        • (f) WhereOptionalInt16(p)
        • (f) WhereOptionalInt32(p)
        • (f) WhereOptionalInt64(p)
        • (f) WhereOptionalInt8(p)
        • (f) WhereOptionalUint(p)
        • (f) WhereOptionalUint16(p)
        • (f) WhereOptionalUint32(p)
        • (f) WhereOptionalUint64(p)
        • (f) WhereOptionalUint8(p)
        • (f) WhereRole(p)
        • (f) WhereSchemaFloat(p)
        • (f) WhereSchemaFloat32(p)
        • (f) WhereSchemaInt(p)
        • (f) WhereSchemaInt64(p)
        • (f) WhereSchemaInt8(p)
        • (f) WhereState(p)
        • (f) WhereStr(p)
        • (f) WhereValidateOptionalInt32(p)
      • type FieldTypeGroupBy
        • (ftgb) Aggregate(fns)
        • (ftgb) Bool(ctx)
        • (ftgb) BoolX(ctx)
        • (ftgb) Bools(ctx)
        • (ftgb) BoolsX(ctx)
        • (ftgb) Float64(ctx)
        • (ftgb) Float64X(ctx)
        • (ftgb) Float64s(ctx)
        • (ftgb) Float64sX(ctx)
        • (ftgb) Int(ctx)
        • (ftgb) IntX(ctx)
        • (ftgb) Ints(ctx)
        • (ftgb) IntsX(ctx)
        • (ftgb) Scan(ctx, v)
        • (ftgb) ScanX(ctx, v)
        • (ftgb) String(ctx)
        • (ftgb) StringX(ctx)
        • (ftgb) Strings(ctx)
        • (ftgb) StringsX(ctx)
      • type FieldTypeMutation
        • (m) Active()
        • (m) ActiveCleared()
        • (m) AddDecimal(f)
        • (m) AddField(name, value)
        • (m) AddInt(i)
        • (m) AddInt16(i)
        • (m) AddInt32(i)
        • (m) AddInt64(i)
        • (m) AddInt8(i)
        • (m) AddNillableInt(i)
        • (m) AddNillableInt16(i)
        • (m) AddNillableInt32(i)
        • (m) AddNillableInt64(i)
        • (m) AddNillableInt8(i)
        • (m) AddOptionalFloat(f)
        • (m) AddOptionalFloat32(f)
        • (m) AddOptionalInt(i)
        • (m) AddOptionalInt16(i)
        • (m) AddOptionalInt32(i)
        • (m) AddOptionalInt64(i)
        • (m) AddOptionalInt8(i)
        • (m) AddOptionalUint(u)
        • (m) AddOptionalUint16(u)
        • (m) AddOptionalUint32(u)
        • (m) AddOptionalUint64(u)
        • (m) AddOptionalUint8(u)
        • (m) AddSchemaFloat(s)
        • (m) AddSchemaFloat32(s)
        • (m) AddSchemaInt(s)
        • (m) AddSchemaInt64(s)
        • (m) AddSchemaInt8(s)
        • (m) AddValidateOptionalInt32(i)
        • (m) AddedDecimal()
        • (m) AddedEdges()
        • (m) AddedField(name)
        • (m) AddedFields()
        • (m) AddedIDs(name)
        • (m) AddedInt()
        • (m) AddedInt16()
        • (m) AddedInt32()
        • (m) AddedInt64()
        • (m) AddedInt8()
        • (m) AddedNillableInt()
        • (m) AddedNillableInt16()
        • (m) AddedNillableInt32()
        • (m) AddedNillableInt64()
        • (m) AddedNillableInt8()
        • (m) AddedOptionalFloat()
        • (m) AddedOptionalFloat32()
        • (m) AddedOptionalInt()
        • (m) AddedOptionalInt16()
        • (m) AddedOptionalInt32()
        • (m) AddedOptionalInt64()
        • (m) AddedOptionalInt8()
        • (m) AddedOptionalUint()
        • (m) AddedOptionalUint16()
        • (m) AddedOptionalUint32()
        • (m) AddedOptionalUint64()
        • (m) AddedOptionalUint8()
        • (m) AddedSchemaFloat()
        • (m) AddedSchemaFloat32()
        • (m) AddedSchemaInt()
        • (m) AddedSchemaInt64()
        • (m) AddedSchemaInt8()
        • (m) AddedValidateOptionalInt32()
        • (m) ClearActive()
        • (m) ClearDatetime()
        • (m) ClearDecimal()
        • (m) ClearDeleted()
        • (m) ClearDeletedAt()
        • (m) ClearDir()
        • (m) ClearEdge(name)
        • (m) ClearField(name)
        • (m) ClearIP()
        • (m) ClearLink()
        • (m) ClearNdir()
        • (m) ClearNillableInt()
        • (m) ClearNillableInt16()
        • (m) ClearNillableInt32()
        • (m) ClearNillableInt64()
        • (m) ClearNillableInt8()
        • (m) ClearNullActive()
        • (m) ClearNullFloat()
        • (m) ClearNullInt64()
        • (m) ClearNullLink()
        • (m) ClearNullStr()
        • (m) ClearOptionalFloat()
        • (m) ClearOptionalFloat32()
        • (m) ClearOptionalInt()
        • (m) ClearOptionalInt16()
        • (m) ClearOptionalInt32()
        • (m) ClearOptionalInt64()
        • (m) ClearOptionalInt8()
        • (m) ClearOptionalUint()
        • (m) ClearOptionalUint16()
        • (m) ClearOptionalUint32()
        • (m) ClearOptionalUint64()
        • (m) ClearOptionalUint8()
        • (m) ClearSchemaFloat()
        • (m) ClearSchemaFloat32()
        • (m) ClearSchemaInt()
        • (m) ClearSchemaInt64()
        • (m) ClearSchemaInt8()
        • (m) ClearState()
        • (m) ClearStr()
        • (m) ClearValidateOptionalInt32()
        • (m) ClearedEdges()
        • (m) ClearedFields()
        • (m) Client()
        • (m) Datetime()
        • (m) DatetimeCleared()
        • (m) Decimal()
        • (m) DecimalCleared()
        • (m) Deleted()
        • (m) DeletedAt()
        • (m) DeletedAtCleared()
        • (m) DeletedCleared()
        • (m) Dir()
        • (m) DirCleared()
        • (m) EdgeCleared(name)
        • (m) Field(name)
        • (m) FieldCleared(name)
        • (m) Fields()
        • (m) Filter()
        • (m) ID()
        • (m) IP()
        • (m) IPCleared()
        • (m) Int()
        • (m) Int16()
        • (m) Int32()
        • (m) Int64()
        • (m) Int8()
        • (m) Link()
        • (m) LinkCleared()
        • (m) Ndir()
        • (m) NdirCleared()
        • (m) NillableInt()
        • (m) NillableInt16()
        • (m) NillableInt16Cleared()
        • (m) NillableInt32()
        • (m) NillableInt32Cleared()
        • (m) NillableInt64()
        • (m) NillableInt64Cleared()
        • (m) NillableInt8()
        • (m) NillableInt8Cleared()
        • (m) NillableIntCleared()
        • (m) NullActive()
        • (m) NullActiveCleared()
        • (m) NullFloat()
        • (m) NullFloatCleared()
        • (m) NullInt64()
        • (m) NullInt64Cleared()
        • (m) NullLink()
        • (m) NullLinkCleared()
        • (m) NullStr()
        • (m) NullStrCleared()
        • (m) OldActive(ctx)
        • (m) OldDatetime(ctx)
        • (m) OldDecimal(ctx)
        • (m) OldDeleted(ctx)
        • (m) OldDeletedAt(ctx)
        • (m) OldDir(ctx)
        • (m) OldField(ctx, name)
        • (m) OldIP(ctx)
        • (m) OldInt(ctx)
        • (m) OldInt16(ctx)
        • (m) OldInt32(ctx)
        • (m) OldInt64(ctx)
        • (m) OldInt8(ctx)
        • (m) OldLink(ctx)
        • (m) OldNdir(ctx)
        • (m) OldNillableInt(ctx)
        • (m) OldNillableInt16(ctx)
        • (m) OldNillableInt32(ctx)
        • (m) OldNillableInt64(ctx)
        • (m) OldNillableInt8(ctx)
        • (m) OldNullActive(ctx)
        • (m) OldNullFloat(ctx)
        • (m) OldNullInt64(ctx)
        • (m) OldNullLink(ctx)
        • (m) OldNullStr(ctx)
        • (m) OldOptionalFloat(ctx)
        • (m) OldOptionalFloat32(ctx)
        • (m) OldOptionalInt(ctx)
        • (m) OldOptionalInt16(ctx)
        • (m) OldOptionalInt32(ctx)
        • (m) OldOptionalInt64(ctx)
        • (m) OldOptionalInt8(ctx)
        • (m) OldOptionalUint(ctx)
        • (m) OldOptionalUint16(ctx)
        • (m) OldOptionalUint32(ctx)
        • (m) OldOptionalUint64(ctx)
        • (m) OldOptionalUint8(ctx)
        • (m) OldRole(ctx)
        • (m) OldSchemaFloat(ctx)
        • (m) OldSchemaFloat32(ctx)
        • (m) OldSchemaInt(ctx)
        • (m) OldSchemaInt64(ctx)
        • (m) OldSchemaInt8(ctx)
        • (m) OldState(ctx)
        • (m) OldStr(ctx)
        • (m) OldValidateOptionalInt32(ctx)
        • (m) Op()
        • (m) OptionalFloat()
        • (m) OptionalFloat32()
        • (m) OptionalFloat32Cleared()
        • (m) OptionalFloatCleared()
        • (m) OptionalInt()
        • (m) OptionalInt16()
        • (m) OptionalInt16Cleared()
        • (m) OptionalInt32()
        • (m) OptionalInt32Cleared()
        • (m) OptionalInt64()
        • (m) OptionalInt64Cleared()
        • (m) OptionalInt8()
        • (m) OptionalInt8Cleared()
        • (m) OptionalIntCleared()
        • (m) OptionalUint()
        • (m) OptionalUint16()
        • (m) OptionalUint16Cleared()
        • (m) OptionalUint32()
        • (m) OptionalUint32Cleared()
        • (m) OptionalUint64()
        • (m) OptionalUint64Cleared()
        • (m) OptionalUint8()
        • (m) OptionalUint8Cleared()
        • (m) OptionalUintCleared()
        • (m) RemovedEdges()
        • (m) RemovedIDs(name)
        • (m) ResetActive()
        • (m) ResetDatetime()
        • (m) ResetDecimal()
        • (m) ResetDeleted()
        • (m) ResetDeletedAt()
        • (m) ResetDir()
        • (m) ResetEdge(name)
        • (m) ResetField(name)
        • (m) ResetIP()
        • (m) ResetInt()
        • (m) ResetInt16()
        • (m) ResetInt32()
        • (m) ResetInt64()
        • (m) ResetInt8()
        • (m) ResetLink()
        • (m) ResetNdir()
        • (m) ResetNillableInt()
        • (m) ResetNillableInt16()
        • (m) ResetNillableInt32()
        • (m) ResetNillableInt64()
        • (m) ResetNillableInt8()
        • (m) ResetNullActive()
        • (m) ResetNullFloat()
        • (m) ResetNullInt64()
        • (m) ResetNullLink()
        • (m) ResetNullStr()
        • (m) ResetOptionalFloat()
        • (m) ResetOptionalFloat32()
        • (m) ResetOptionalInt()
        • (m) ResetOptionalInt16()
        • (m) ResetOptionalInt32()
        • (m) ResetOptionalInt64()
        • (m) ResetOptionalInt8()
        • (m) ResetOptionalUint()
        • (m) ResetOptionalUint16()
        • (m) ResetOptionalUint32()
        • (m) ResetOptionalUint64()
        • (m) ResetOptionalUint8()
        • (m) ResetRole()
        • (m) ResetSchemaFloat()
        • (m) ResetSchemaFloat32()
        • (m) ResetSchemaInt()
        • (m) ResetSchemaInt64()
        • (m) ResetSchemaInt8()
        • (m) ResetState()
        • (m) ResetStr()
        • (m) ResetValidateOptionalInt32()
        • (m) Role()
        • (m) SchemaFloat()
        • (m) SchemaFloat32()
        • (m) SchemaFloat32Cleared()
        • (m) SchemaFloatCleared()
        • (m) SchemaInt()
        • (m) SchemaInt64()
        • (m) SchemaInt64Cleared()
        • (m) SchemaInt8()
        • (m) SchemaInt8Cleared()
        • (m) SchemaIntCleared()
        • (m) SetActive(s)
        • (m) SetDatetime(t)
        • (m) SetDecimal(f)
        • (m) SetDeleted(sb)
        • (m) SetDeletedAt(st)
        • (m) SetDir(h)
        • (m) SetField(name, value)
        • (m) SetIP(n)
        • (m) SetInt(i)
        • (m) SetInt16(i)
        • (m) SetInt32(i)
        • (m) SetInt64(i)
        • (m) SetInt8(i)
        • (m) SetLink(s)
        • (m) SetNdir(h)
        • (m) SetNillableInt(i)
        • (m) SetNillableInt16(i)
        • (m) SetNillableInt32(i)
        • (m) SetNillableInt64(i)
        • (m) SetNillableInt8(i)
        • (m) SetNullActive(s)
        • (m) SetNullFloat(sf)
        • (m) SetNullInt64(si)
        • (m) SetNullLink(s)
        • (m) SetNullStr(ss)
        • (m) SetOptionalFloat(f)
        • (m) SetOptionalFloat32(f)
        • (m) SetOptionalInt(i)
        • (m) SetOptionalInt16(i)
        • (m) SetOptionalInt32(i)
        • (m) SetOptionalInt64(i)
        • (m) SetOptionalInt8(i)
        • (m) SetOptionalUint(u)
        • (m) SetOptionalUint16(u)
        • (m) SetOptionalUint32(u)
        • (m) SetOptionalUint64(u)
        • (m) SetOptionalUint8(u)
        • (m) SetRole(r)
        • (m) SetSchemaFloat(s)
        • (m) SetSchemaFloat32(s)
        • (m) SetSchemaInt(s)
        • (m) SetSchemaInt64(s)
        • (m) SetSchemaInt8(s)
        • (m) SetState(f)
        • (m) SetStr(ss)
        • (m) SetValidateOptionalInt32(i)
        • (m) State()
        • (m) StateCleared()
        • (m) Str()
        • (m) StrCleared()
        • (m) Tx()
        • (m) Type()
        • (m) ValidateOptionalInt32()
        • (m) ValidateOptionalInt32Cleared()
      • type FieldTypeQuery
        • (ftq) All(ctx)
        • (ftq) AllX(ctx)
        • (ftq) Clone()
        • (ftq) Count(ctx)
        • (ftq) CountX(ctx)
        • (ftq) Exist(ctx)
        • (ftq) ExistX(ctx)
        • (ftq) Filter()
        • (ftq) First(ctx)
        • (ftq) FirstID(ctx)
        • (ftq) FirstIDX(ctx)
        • (ftq) FirstX(ctx)
        • (ftq) GroupBy(field, fields)
        • (ftq) IDs(ctx)
        • (ftq) IDsX(ctx)
        • (ftq) Limit(limit)
        • (ftq) Offset(offset)
        • (ftq) Only(ctx)
        • (ftq) OnlyID(ctx)
        • (ftq) OnlyIDX(ctx)
        • (ftq) OnlyX(ctx)
        • (ftq) Order(o)
        • (ftq) Select(field, fields)
        • (ftq) Where(ps)
      • type FieldTypeSelect
        • (fts) Bool(ctx)
        • (fts) BoolX(ctx)
        • (fts) Bools(ctx)
        • (fts) BoolsX(ctx)
        • (fts) Float64(ctx)
        • (fts) Float64X(ctx)
        • (fts) Float64s(ctx)
        • (fts) Float64sX(ctx)
        • (fts) Int(ctx)
        • (fts) IntX(ctx)
        • (fts) Ints(ctx)
        • (fts) IntsX(ctx)
        • (fts) Scan(ctx, v)
        • (fts) ScanX(ctx, v)
        • (fts) String(ctx)
        • (fts) StringX(ctx)
        • (fts) Strings(ctx)
        • (fts) StringsX(ctx)
      • type FieldTypeUpdate
        • (ftu) AddDecimal(f)
        • (ftu) AddInt(i)
        • (ftu) AddInt16(i)
        • (ftu) AddInt32(i)
        • (ftu) AddInt64(i)
        • (ftu) AddInt8(i)
        • (ftu) AddNillableInt(i)
        • (ftu) AddNillableInt16(i)
        • (ftu) AddNillableInt32(i)
        • (ftu) AddNillableInt64(i)
        • (ftu) AddNillableInt8(i)
        • (ftu) AddOptionalFloat(f)
        • (ftu) AddOptionalFloat32(f)
        • (ftu) AddOptionalInt(i)
        • (ftu) AddOptionalInt16(i)
        • (ftu) AddOptionalInt32(i)
        • (ftu) AddOptionalInt64(i)
        • (ftu) AddOptionalInt8(i)
        • (ftu) AddOptionalUint(u)
        • (ftu) AddOptionalUint16(u)
        • (ftu) AddOptionalUint32(u)
        • (ftu) AddOptionalUint64(u)
        • (ftu) AddOptionalUint8(u)
        • (ftu) AddSchemaFloat(s)
        • (ftu) AddSchemaFloat32(s)
        • (ftu) AddSchemaInt(s)
        • (ftu) AddSchemaInt64(s)
        • (ftu) AddSchemaInt8(s)
        • (ftu) AddValidateOptionalInt32(i)
        • (ftu) ClearActive()
        • (ftu) ClearDatetime()
        • (ftu) ClearDecimal()
        • (ftu) ClearDeleted()
        • (ftu) ClearDeletedAt()
        • (ftu) ClearDir()
        • (ftu) ClearIP()
        • (ftu) ClearLink()
        • (ftu) ClearNdir()
        • (ftu) ClearNillableInt()
        • (ftu) ClearNillableInt16()
        • (ftu) ClearNillableInt32()
        • (ftu) ClearNillableInt64()
        • (ftu) ClearNillableInt8()
        • (ftu) ClearNullActive()
        • (ftu) ClearNullFloat()
        • (ftu) ClearNullInt64()
        • (ftu) ClearNullLink()
        • (ftu) ClearNullStr()
        • (ftu) ClearOptionalFloat()
        • (ftu) ClearOptionalFloat32()
        • (ftu) ClearOptionalInt()
        • (ftu) ClearOptionalInt16()
        • (ftu) ClearOptionalInt32()
        • (ftu) ClearOptionalInt64()
        • (ftu) ClearOptionalInt8()
        • (ftu) ClearOptionalUint()
        • (ftu) ClearOptionalUint16()
        • (ftu) ClearOptionalUint32()
        • (ftu) ClearOptionalUint64()
        • (ftu) ClearOptionalUint8()
        • (ftu) ClearSchemaFloat()
        • (ftu) ClearSchemaFloat32()
        • (ftu) ClearSchemaInt()
        • (ftu) ClearSchemaInt64()
        • (ftu) ClearSchemaInt8()
        • (ftu) ClearState()
        • (ftu) ClearStr()
        • (ftu) ClearValidateOptionalInt32()
        • (ftu) Exec(ctx)
        • (ftu) ExecX(ctx)
        • (ftu) Mutation()
        • (ftu) Save(ctx)
        • (ftu) SaveX(ctx)
        • (ftu) SetActive(s)
        • (ftu) SetDatetime(t)
        • (ftu) SetDecimal(f)
        • (ftu) SetDeleted(sb)
        • (ftu) SetDeletedAt(st)
        • (ftu) SetDir(h)
        • (ftu) SetIP(n)
        • (ftu) SetInt(i)
        • (ftu) SetInt16(i)
        • (ftu) SetInt32(i)
        • (ftu) SetInt64(i)
        • (ftu) SetInt8(i)
        • (ftu) SetLink(s)
        • (ftu) SetNdir(h)
        • (ftu) SetNillableActive(s)
        • (ftu) SetNillableDatetime(t)
        • (ftu) SetNillableDecimal(f)
        • (ftu) SetNillableDir(h)
        • (ftu) SetNillableInt(i)
        • (ftu) SetNillableInt16(i)
        • (ftu) SetNillableInt32(i)
        • (ftu) SetNillableInt64(i)
        • (ftu) SetNillableInt8(i)
        • (ftu) SetNillableNdir(h)
        • (ftu) SetNillableNillableInt(i)
        • (ftu) SetNillableNillableInt16(i)
        • (ftu) SetNillableNillableInt32(i)
        • (ftu) SetNillableNillableInt64(i)
        • (ftu) SetNillableNillableInt8(i)
        • (ftu) SetNillableNullActive(s)
        • (ftu) SetNillableOptionalFloat(f)
        • (ftu) SetNillableOptionalFloat32(f)
        • (ftu) SetNillableOptionalInt(i)
        • (ftu) SetNillableOptionalInt16(i)
        • (ftu) SetNillableOptionalInt32(i)
        • (ftu) SetNillableOptionalInt64(i)
        • (ftu) SetNillableOptionalInt8(i)
        • (ftu) SetNillableOptionalUint(u)
        • (ftu) SetNillableOptionalUint16(u)
        • (ftu) SetNillableOptionalUint32(u)
        • (ftu) SetNillableOptionalUint64(u)
        • (ftu) SetNillableOptionalUint8(u)
        • (ftu) SetNillableRole(r)
        • (ftu) SetNillableSchemaFloat(s)
        • (ftu) SetNillableSchemaFloat32(s)
        • (ftu) SetNillableSchemaInt(s)
        • (ftu) SetNillableSchemaInt64(s)
        • (ftu) SetNillableSchemaInt8(s)
        • (ftu) SetNillableState(f)
        • (ftu) SetNillableValidateOptionalInt32(i)
        • (ftu) SetNullActive(s)
        • (ftu) SetNullFloat(sf)
        • (ftu) SetNullInt64(si)
        • (ftu) SetNullLink(s)
        • (ftu) SetNullStr(ss)
        • (ftu) SetOptionalFloat(f)
        • (ftu) SetOptionalFloat32(f)
        • (ftu) SetOptionalInt(i)
        • (ftu) SetOptionalInt16(i)
        • (ftu) SetOptionalInt32(i)
        • (ftu) SetOptionalInt64(i)
        • (ftu) SetOptionalInt8(i)
        • (ftu) SetOptionalUint(u)
        • (ftu) SetOptionalUint16(u)
        • (ftu) SetOptionalUint32(u)
        • (ftu) SetOptionalUint64(u)
        • (ftu) SetOptionalUint8(u)
        • (ftu) SetRole(r)
        • (ftu) SetSchemaFloat(s)
        • (ftu) SetSchemaFloat32(s)
        • (ftu) SetSchemaInt(s)
        • (ftu) SetSchemaInt64(s)
        • (ftu) SetSchemaInt8(s)
        • (ftu) SetState(f)
        • (ftu) SetStr(ss)
        • (ftu) SetValidateOptionalInt32(i)
        • (ftu) Where(ps)
      • type FieldTypeUpdateOne
        • (ftuo) AddDecimal(f)
        • (ftuo) AddInt(i)
        • (ftuo) AddInt16(i)
        • (ftuo) AddInt32(i)
        • (ftuo) AddInt64(i)
        • (ftuo) AddInt8(i)
        • (ftuo) AddNillableInt(i)
        • (ftuo) AddNillableInt16(i)
        • (ftuo) AddNillableInt32(i)
        • (ftuo) AddNillableInt64(i)
        • (ftuo) AddNillableInt8(i)
        • (ftuo) AddOptionalFloat(f)
        • (ftuo) AddOptionalFloat32(f)
        • (ftuo) AddOptionalInt(i)
        • (ftuo) AddOptionalInt16(i)
        • (ftuo) AddOptionalInt32(i)
        • (ftuo) AddOptionalInt64(i)
        • (ftuo) AddOptionalInt8(i)
        • (ftuo) AddOptionalUint(u)
        • (ftuo) AddOptionalUint16(u)
        • (ftuo) AddOptionalUint32(u)
        • (ftuo) AddOptionalUint64(u)
        • (ftuo) AddOptionalUint8(u)
        • (ftuo) AddSchemaFloat(s)
        • (ftuo) AddSchemaFloat32(s)
        • (ftuo) AddSchemaInt(s)
        • (ftuo) AddSchemaInt64(s)
        • (ftuo) AddSchemaInt8(s)
        • (ftuo) AddValidateOptionalInt32(i)
        • (ftuo) ClearActive()
        • (ftuo) ClearDatetime()
        • (ftuo) ClearDecimal()
        • (ftuo) ClearDeleted()
        • (ftuo) ClearDeletedAt()
        • (ftuo) ClearDir()
        • (ftuo) ClearIP()
        • (ftuo) ClearLink()
        • (ftuo) ClearNdir()
        • (ftuo) ClearNillableInt()
        • (ftuo) ClearNillableInt16()
        • (ftuo) ClearNillableInt32()
        • (ftuo) ClearNillableInt64()
        • (ftuo) ClearNillableInt8()
        • (ftuo) ClearNullActive()
        • (ftuo) ClearNullFloat()
        • (ftuo) ClearNullInt64()
        • (ftuo) ClearNullLink()
        • (ftuo) ClearNullStr()
        • (ftuo) ClearOptionalFloat()
        • (ftuo) ClearOptionalFloat32()
        • (ftuo) ClearOptionalInt()
        • (ftuo) ClearOptionalInt16()
        • (ftuo) ClearOptionalInt32()
        • (ftuo) ClearOptionalInt64()
        • (ftuo) ClearOptionalInt8()
        • (ftuo) ClearOptionalUint()
        • (ftuo) ClearOptionalUint16()
        • (ftuo) ClearOptionalUint32()
        • (ftuo) ClearOptionalUint64()
        • (ftuo) ClearOptionalUint8()
        • (ftuo) ClearSchemaFloat()
        • (ftuo) ClearSchemaFloat32()
        • (ftuo) ClearSchemaInt()
        • (ftuo) ClearSchemaInt64()
        • (ftuo) ClearSchemaInt8()
        • (ftuo) ClearState()
        • (ftuo) ClearStr()
        • (ftuo) ClearValidateOptionalInt32()
        • (ftuo) Exec(ctx)
        • (ftuo) ExecX(ctx)
        • (ftuo) Mutation()
        • (ftuo) Save(ctx)
        • (ftuo) SaveX(ctx)
        • (ftuo) SetActive(s)
        • (ftuo) SetDatetime(t)
        • (ftuo) SetDecimal(f)
        • (ftuo) SetDeleted(sb)
        • (ftuo) SetDeletedAt(st)
        • (ftuo) SetDir(h)
        • (ftuo) SetIP(n)
        • (ftuo) SetInt(i)
        • (ftuo) SetInt16(i)
        • (ftuo) SetInt32(i)
        • (ftuo) SetInt64(i)
        • (ftuo) SetInt8(i)
        • (ftuo) SetLink(s)
        • (ftuo) SetNdir(h)
        • (ftuo) SetNillableActive(s)
        • (ftuo) SetNillableDatetime(t)
        • (ftuo) SetNillableDecimal(f)
        • (ftuo) SetNillableDir(h)
        • (ftuo) SetNillableInt(i)
        • (ftuo) SetNillableInt16(i)
        • (ftuo) SetNillableInt32(i)
        • (ftuo) SetNillableInt64(i)
        • (ftuo) SetNillableInt8(i)
        • (ftuo) SetNillableNdir(h)
        • (ftuo) SetNillableNillableInt(i)
        • (ftuo) SetNillableNillableInt16(i)
        • (ftuo) SetNillableNillableInt32(i)
        • (ftuo) SetNillableNillableInt64(i)
        • (ftuo) SetNillableNillableInt8(i)
        • (ftuo) SetNillableNullActive(s)
        • (ftuo) SetNillableOptionalFloat(f)
        • (ftuo) SetNillableOptionalFloat32(f)
        • (ftuo) SetNillableOptionalInt(i)
        • (ftuo) SetNillableOptionalInt16(i)
        • (ftuo) SetNillableOptionalInt32(i)
        • (ftuo) SetNillableOptionalInt64(i)
        • (ftuo) SetNillableOptionalInt8(i)
        • (ftuo) SetNillableOptionalUint(u)
        • (ftuo) SetNillableOptionalUint16(u)
        • (ftuo) SetNillableOptionalUint32(u)
        • (ftuo) SetNillableOptionalUint64(u)
        • (ftuo) SetNillableOptionalUint8(u)
        • (ftuo) SetNillableRole(r)
        • (ftuo) SetNillableSchemaFloat(s)
        • (ftuo) SetNillableSchemaFloat32(s)
        • (ftuo) SetNillableSchemaInt(s)
        • (ftuo) SetNillableSchemaInt64(s)
        • (ftuo) SetNillableSchemaInt8(s)
        • (ftuo) SetNillableState(f)
        • (ftuo) SetNillableValidateOptionalInt32(i)
        • (ftuo) SetNullActive(s)
        • (ftuo) SetNullFloat(sf)
        • (ftuo) SetNullInt64(si)
        • (ftuo) SetNullLink(s)
        • (ftuo) SetNullStr(ss)
        • (ftuo) SetOptionalFloat(f)
        • (ftuo) SetOptionalFloat32(f)
        • (ftuo) SetOptionalInt(i)
        • (ftuo) SetOptionalInt16(i)
        • (ftuo) SetOptionalInt32(i)
        • (ftuo) SetOptionalInt64(i)
        • (ftuo) SetOptionalInt8(i)
        • (ftuo) SetOptionalUint(u)
        • (ftuo) SetOptionalUint16(u)
        • (ftuo) SetOptionalUint32(u)
        • (ftuo) SetOptionalUint64(u)
        • (ftuo) SetOptionalUint8(u)
        • (ftuo) SetRole(r)
        • (ftuo) SetSchemaFloat(s)
        • (ftuo) SetSchemaFloat32(s)
        • (ftuo) SetSchemaInt(s)
        • (ftuo) SetSchemaInt64(s)
        • (ftuo) SetSchemaInt8(s)
        • (ftuo) SetState(f)
        • (ftuo) SetStr(ss)
        • (ftuo) SetValidateOptionalInt32(i)
      • type FieldTypes
      • type File
        • (f) QueryField()
        • (f) QueryOwner()
        • (f) QueryType()
        • (f) String()
        • (f) Unwrap()
        • (f) Update()
      • type FileClient
        • NewFileClient(c)
        • (c) Create()
        • (c) CreateBulk(builders)
        • (c) Delete()
        • (c) DeleteOne(f)
        • (c) DeleteOneID(id)
        • (c) Get(ctx, id)
        • (c) GetX(ctx, id)
        • (c) Hooks()
        • (c) Query()
        • (c) QueryField(f)
        • (c) QueryOwner(f)
        • (c) QueryType(f)
        • (c) Update()
        • (c) UpdateOne(f)
        • (c) UpdateOneID(id)
        • (c) Use(hooks)
      • type FileCreate
        • (fc) AddField(f)
        • (fc) AddFieldIDs(ids)
        • (fc) Mutation()
        • (fc) Save(ctx)
        • (fc) SaveX(ctx)
        • (fc) SetGroup(s)
        • (fc) SetName(s)
        • (fc) SetNillableGroup(s)
        • (fc) SetNillableOp(b)
        • (fc) SetNillableOwnerID(id)
        • (fc) SetNillableSize(i)
        • (fc) SetNillableTypeID(id)
        • (fc) SetNillableUser(s)
        • (fc) SetOp(b)
        • (fc) SetOwner(u)
        • (fc) SetOwnerID(id)
        • (fc) SetSize(i)
        • (fc) SetType(f)
        • (fc) SetTypeID(id)
        • (fc) SetUser(s)
      • type FileCreateBulk
        • (fcb) Save(ctx)
        • (fcb) SaveX(ctx)
      • type FileDelete
        • (fd) Exec(ctx)
        • (fd) ExecX(ctx)
        • (fd) Where(ps)
      • type FileDeleteOne
        • (fdo) Exec(ctx)
        • (fdo) ExecX(ctx)
      • type FileEdges
        • (e) FieldOrErr()
        • (e) OwnerOrErr()
        • (e) TypeOrErr()
      • type FileFilter
        • (f) Where(p)
        • (f) WhereGroup(p)
        • (f) WhereHasField()
        • (f) WhereHasFieldWith(preds)
        • (f) WhereHasOwner()
        • (f) WhereHasOwnerWith(preds)
        • (f) WhereHasType()
        • (f) WhereHasTypeWith(preds)
        • (f) WhereID(p)
        • (f) WhereName(p)
        • (f) WhereOp(p)
        • (f) WhereSize(p)
        • (f) WhereUser(p)
      • type FileGroupBy
        • (fgb) Aggregate(fns)
        • (fgb) Bool(ctx)
        • (fgb) BoolX(ctx)
        • (fgb) Bools(ctx)
        • (fgb) BoolsX(ctx)
        • (fgb) Float64(ctx)
        • (fgb) Float64X(ctx)
        • (fgb) Float64s(ctx)
        • (fgb) Float64sX(ctx)
        • (fgb) Int(ctx)
        • (fgb) IntX(ctx)
        • (fgb) Ints(ctx)
        • (fgb) IntsX(ctx)
        • (fgb) Scan(ctx, v)
        • (fgb) ScanX(ctx, v)
        • (fgb) String(ctx)
        • (fgb) StringX(ctx)
        • (fgb) Strings(ctx)
        • (fgb) StringsX(ctx)
      • type FileMutation
        • (m) AddField(name, value)
        • (m) AddFieldIDs(ids)
        • (m) AddSize(i)
        • (m) AddedEdges()
        • (m) AddedField(name)
        • (m) AddedFields()
        • (m) AddedIDs(name)
        • (m) AddedSize()
        • (m) ClearEdge(name)
        • (m) ClearField(name)
        • (m) ClearFieldEdge()
        • (m) ClearGroup()
        • (m) ClearOp()
        • (m) ClearOwner()
        • (m) ClearType()
        • (m) ClearUser()
        • (m) ClearedEdges()
        • (m) ClearedFields()
        • (m) Client()
        • (m) EdgeCleared(name)
        • (m) Field(name)
        • (m) FieldCleared(name)
        • (m) FieldEdgeCleared()
        • (m) FieldIDs()
        • (m) Fields()
        • (m) Filter()
        • (m) GetOp()
        • (m) Group()
        • (m) GroupCleared()
        • (m) ID()
        • (m) Name()
        • (m) OldField(ctx, name)
        • (m) OldGroup(ctx)
        • (m) OldName(ctx)
        • (m) OldOp(ctx)
        • (m) OldSize(ctx)
        • (m) OldUser(ctx)
        • (m) Op()
        • (m) OpCleared()
        • (m) OwnerCleared()
        • (m) OwnerID()
        • (m) OwnerIDs()
        • (m) RemoveFieldIDs(ids)
        • (m) RemovedEdges()
        • (m) RemovedFieldIDs()
        • (m) RemovedIDs(name)
        • (m) ResetEdge(name)
        • (m) ResetField(name)
        • (m) ResetFieldEdge()
        • (m) ResetGroup()
        • (m) ResetName()
        • (m) ResetOp()
        • (m) ResetOwner()
        • (m) ResetSize()
        • (m) ResetType()
        • (m) ResetUser()
        • (m) SetField(name, value)
        • (m) SetGroup(s)
        • (m) SetName(s)
        • (m) SetOp(b)
        • (m) SetOwnerID(id)
        • (m) SetSize(i)
        • (m) SetTypeID(id)
        • (m) SetUser(s)
        • (m) Size()
        • (m) Tx()
        • (m) Type()
        • (m) TypeCleared()
        • (m) TypeID()
        • (m) TypeIDs()
        • (m) User()
        • (m) UserCleared()
      • type FileQuery
        • (fq) All(ctx)
        • (fq) AllX(ctx)
        • (fq) Clone()
        • (fq) Count(ctx)
        • (fq) CountX(ctx)
        • (fq) Exist(ctx)
        • (fq) ExistX(ctx)
        • (fq) Filter()
        • (fq) First(ctx)
        • (fq) FirstID(ctx)
        • (fq) FirstIDX(ctx)
        • (fq) FirstX(ctx)
        • (fq) GroupBy(field, fields)
        • (fq) IDs(ctx)
        • (fq) IDsX(ctx)
        • (fq) Limit(limit)
        • (fq) Offset(offset)
        • (fq) Only(ctx)
        • (fq) OnlyID(ctx)
        • (fq) OnlyIDX(ctx)
        • (fq) OnlyX(ctx)
        • (fq) Order(o)
        • (fq) QueryField()
        • (fq) QueryOwner()
        • (fq) QueryType()
        • (fq) Select(field, fields)
        • (fq) Where(ps)
        • (fq) WithField(opts)
        • (fq) WithOwner(opts)
        • (fq) WithType(opts)
      • type FileSelect
        • (fs) Bool(ctx)
        • (fs) BoolX(ctx)
        • (fs) Bools(ctx)
        • (fs) BoolsX(ctx)
        • (fs) Float64(ctx)
        • (fs) Float64X(ctx)
        • (fs) Float64s(ctx)
        • (fs) Float64sX(ctx)
        • (fs) Int(ctx)
        • (fs) IntX(ctx)
        • (fs) Ints(ctx)
        • (fs) IntsX(ctx)
        • (fs) Scan(ctx, v)
        • (fs) ScanX(ctx, v)
        • (fs) String(ctx)
        • (fs) StringX(ctx)
        • (fs) Strings(ctx)
        • (fs) StringsX(ctx)
      • type FileType
        • (ft) QueryFiles()
        • (ft) String()
        • (ft) Unwrap()
        • (ft) Update()
      • type FileTypeClient
        • NewFileTypeClient(c)
        • (c) Create()
        • (c) CreateBulk(builders)
        • (c) Delete()
        • (c) DeleteOne(ft)
        • (c) DeleteOneID(id)
        • (c) Get(ctx, id)
        • (c) GetX(ctx, id)
        • (c) Hooks()
        • (c) Query()
        • (c) QueryFiles(ft)
        • (c) Update()
        • (c) UpdateOne(ft)
        • (c) UpdateOneID(id)
        • (c) Use(hooks)
      • type FileTypeCreate
        • (ftc) AddFileIDs(ids)
        • (ftc) AddFiles(f)
        • (ftc) Mutation()
        • (ftc) Save(ctx)
        • (ftc) SaveX(ctx)
        • (ftc) SetName(s)
        • (ftc) SetNillableState(f)
        • (ftc) SetNillableType(f)
        • (ftc) SetState(f)
        • (ftc) SetType(f)
      • type FileTypeCreateBulk
        • (ftcb) Save(ctx)
        • (ftcb) SaveX(ctx)
      • type FileTypeDelete
        • (ftd) Exec(ctx)
        • (ftd) ExecX(ctx)
        • (ftd) Where(ps)
      • type FileTypeDeleteOne
        • (ftdo) Exec(ctx)
        • (ftdo) ExecX(ctx)
      • type FileTypeEdges
        • (e) FilesOrErr()
      • type FileTypeFilter
        • (f) Where(p)
        • (f) WhereHasFiles()
        • (f) WhereHasFilesWith(preds)
        • (f) WhereID(p)
        • (f) WhereName(p)
        • (f) WhereState(p)
        • (f) WhereType(p)
      • type FileTypeGroupBy
        • (ftgb) Aggregate(fns)
        • (ftgb) Bool(ctx)
        • (ftgb) BoolX(ctx)
        • (ftgb) Bools(ctx)
        • (ftgb) BoolsX(ctx)
        • (ftgb) Float64(ctx)
        • (ftgb) Float64X(ctx)
        • (ftgb) Float64s(ctx)
        • (ftgb) Float64sX(ctx)
        • (ftgb) Int(ctx)
        • (ftgb) IntX(ctx)
        • (ftgb) Ints(ctx)
        • (ftgb) IntsX(ctx)
        • (ftgb) Scan(ctx, v)
        • (ftgb) ScanX(ctx, v)
        • (ftgb) String(ctx)
        • (ftgb) StringX(ctx)
        • (ftgb) Strings(ctx)
        • (ftgb) StringsX(ctx)
      • type FileTypeMutation
        • (m) AddField(name, value)
        • (m) AddFileIDs(ids)
        • (m) AddedEdges()
        • (m) AddedField(name)
        • (m) AddedFields()
        • (m) AddedIDs(name)
        • (m) ClearEdge(name)
        • (m) ClearField(name)
        • (m) ClearFiles()
        • (m) ClearedEdges()
        • (m) ClearedFields()
        • (m) Client()
        • (m) EdgeCleared(name)
        • (m) Field(name)
        • (m) FieldCleared(name)
        • (m) Fields()
        • (m) FilesCleared()
        • (m) FilesIDs()
        • (m) Filter()
        • (m) GetType()
        • (m) ID()
        • (m) Name()
        • (m) OldField(ctx, name)
        • (m) OldName(ctx)
        • (m) OldState(ctx)
        • (m) OldType(ctx)
        • (m) Op()
        • (m) RemoveFileIDs(ids)
        • (m) RemovedEdges()
        • (m) RemovedFilesIDs()
        • (m) RemovedIDs(name)
        • (m) ResetEdge(name)
        • (m) ResetField(name)
        • (m) ResetFiles()
        • (m) ResetName()
        • (m) ResetState()
        • (m) ResetType()
        • (m) SetField(name, value)
        • (m) SetName(s)
        • (m) SetState(f)
        • (m) SetType(f)
        • (m) State()
        • (m) Tx()
        • (m) Type()
      • type FileTypeQuery
        • (ftq) All(ctx)
        • (ftq) AllX(ctx)
        • (ftq) Clone()
        • (ftq) Count(ctx)
        • (ftq) CountX(ctx)
        • (ftq) Exist(ctx)
        • (ftq) ExistX(ctx)
        • (ftq) Filter()
        • (ftq) First(ctx)
        • (ftq) FirstID(ctx)
        • (ftq) FirstIDX(ctx)
        • (ftq) FirstX(ctx)
        • (ftq) GroupBy(field, fields)
        • (ftq) IDs(ctx)
        • (ftq) IDsX(ctx)
        • (ftq) Limit(limit)
        • (ftq) Offset(offset)
        • (ftq) Only(ctx)
        • (ftq) OnlyID(ctx)
        • (ftq) OnlyIDX(ctx)
        • (ftq) OnlyX(ctx)
        • (ftq) Order(o)
        • (ftq) QueryFiles()
        • (ftq) Select(field, fields)
        • (ftq) Where(ps)
        • (ftq) WithFiles(opts)
      • type FileTypeSelect
        • (fts) Bool(ctx)
        • (fts) BoolX(ctx)
        • (fts) Bools(ctx)
        • (fts) BoolsX(ctx)
        • (fts) Float64(ctx)
        • (fts) Float64X(ctx)
        • (fts) Float64s(ctx)
        • (fts) Float64sX(ctx)
        • (fts) Int(ctx)
        • (fts) IntX(ctx)
        • (fts) Ints(ctx)
        • (fts) IntsX(ctx)
        • (fts) Scan(ctx, v)
        • (fts) ScanX(ctx, v)
        • (fts) String(ctx)
        • (fts) StringX(ctx)
        • (fts) Strings(ctx)
        • (fts) StringsX(ctx)
      • type FileTypeUpdate
        • (ftu) AddFileIDs(ids)
        • (ftu) AddFiles(f)
        • (ftu) ClearFiles()
        • (ftu) Exec(ctx)
        • (ftu) ExecX(ctx)
        • (ftu) Mutation()
        • (ftu) RemoveFileIDs(ids)
        • (ftu) RemoveFiles(f)
        • (ftu) Save(ctx)
        • (ftu) SaveX(ctx)
        • (ftu) SetName(s)
        • (ftu) SetNillableState(f)
        • (ftu) SetNillableType(f)
        • (ftu) SetState(f)
        • (ftu) SetType(f)
        • (ftu) Where(ps)
      • type FileTypeUpdateOne
        • (ftuo) AddFileIDs(ids)
        • (ftuo) AddFiles(f)
        • (ftuo) ClearFiles()
        • (ftuo) Exec(ctx)
        • (ftuo) ExecX(ctx)
        • (ftuo) Mutation()
        • (ftuo) RemoveFileIDs(ids)
        • (ftuo) RemoveFiles(f)
        • (ftuo) Save(ctx)
        • (ftuo) SaveX(ctx)
        • (ftuo) SetName(s)
        • (ftuo) SetNillableState(f)
        • (ftuo) SetNillableType(f)
        • (ftuo) SetState(f)
        • (ftuo) SetType(f)
      • type FileTypes
      • type FileUpdate
        • (fu) AddField(f)
        • (fu) AddFieldIDs(ids)
        • (fu) AddSize(i)
        • (fu) ClearFieldEdge()
        • (fu) ClearGroup()
        • (fu) ClearOp()
        • (fu) ClearOwner()
        • (fu) ClearType()
        • (fu) ClearUser()
        • (fu) Exec(ctx)
        • (fu) ExecX(ctx)
        • (fu) Mutation()
        • (fu) RemoveField(f)
        • (fu) RemoveFieldIDs(ids)
        • (fu) Save(ctx)
        • (fu) SaveX(ctx)
        • (fu) SetGroup(s)
        • (fu) SetName(s)
        • (fu) SetNillableGroup(s)
        • (fu) SetNillableOp(b)
        • (fu) SetNillableOwnerID(id)
        • (fu) SetNillableSize(i)
        • (fu) SetNillableTypeID(id)
        • (fu) SetNillableUser(s)
        • (fu) SetOp(b)
        • (fu) SetOwner(u)
        • (fu) SetOwnerID(id)
        • (fu) SetSize(i)
        • (fu) SetType(f)
        • (fu) SetTypeID(id)
        • (fu) SetUser(s)
        • (fu) Where(ps)
      • type FileUpdateOne
        • (fuo) AddField(f)
        • (fuo) AddFieldIDs(ids)
        • (fuo) AddSize(i)
        • (fuo) ClearFieldEdge()
        • (fuo) ClearGroup()
        • (fuo) ClearOp()
        • (fuo) ClearOwner()
        • (fuo) ClearType()
        • (fuo) ClearUser()
        • (fuo) Exec(ctx)
        • (fuo) ExecX(ctx)
        • (fuo) Mutation()
        • (fuo) RemoveField(f)
        • (fuo) RemoveFieldIDs(ids)
        • (fuo) Save(ctx)
        • (fuo) SaveX(ctx)
        • (fuo) SetGroup(s)
        • (fuo) SetName(s)
        • (fuo) SetNillableGroup(s)
        • (fuo) SetNillableOp(b)
        • (fuo) SetNillableOwnerID(id)
        • (fuo) SetNillableSize(i)
        • (fuo) SetNillableTypeID(id)
        • (fuo) SetNillableUser(s)
        • (fuo) SetOp(b)
        • (fuo) SetOwner(u)
        • (fuo) SetOwnerID(id)
        • (fuo) SetSize(i)
        • (fuo) SetType(f)
        • (fuo) SetTypeID(id)
        • (fuo) SetUser(s)
      • type Files
      • type Goods
        • (_go) String()
        • (_go) Unwrap()
        • (_go) Update()
      • type GoodsClient
        • NewGoodsClient(c)
        • (c) Create()
        • (c) CreateBulk(builders)
        • (c) Delete()
        • (c) DeleteOne(_go)
        • (c) DeleteOneID(id)
        • (c) Get(ctx, id)
        • (c) GetX(ctx, id)
        • (c) Hooks()
        • (c) Query()
        • (c) Update()
        • (c) UpdateOne(_go)
        • (c) UpdateOneID(id)
        • (c) Use(hooks)
      • type GoodsCreate
        • (gc) Mutation()
        • (gc) Save(ctx)
        • (gc) SaveX(ctx)
      • type GoodsCreateBulk
        • (gcb) Save(ctx)
        • (gcb) SaveX(ctx)
      • type GoodsDelete
        • (gd) Exec(ctx)
        • (gd) ExecX(ctx)
        • (gd) Where(ps)
      • type GoodsDeleteOne
        • (gdo) Exec(ctx)
        • (gdo) ExecX(ctx)
      • type GoodsFilter
        • (f) Where(p)
        • (f) WhereID(p)
      • type GoodsGroupBy
        • (ggb) Aggregate(fns)
        • (ggb) Bool(ctx)
        • (ggb) BoolX(ctx)
        • (ggb) Bools(ctx)
        • (ggb) BoolsX(ctx)
        • (ggb) Float64(ctx)
        • (ggb) Float64X(ctx)
        • (ggb) Float64s(ctx)
        • (ggb) Float64sX(ctx)
        • (ggb) Int(ctx)
        • (ggb) IntX(ctx)
        • (ggb) Ints(ctx)
        • (ggb) IntsX(ctx)
        • (ggb) Scan(ctx, v)
        • (ggb) ScanX(ctx, v)
        • (ggb) String(ctx)
        • (ggb) StringX(ctx)
        • (ggb) Strings(ctx)
        • (ggb) StringsX(ctx)
      • type GoodsMutation
        • (m) AddField(name, value)
        • (m) AddedEdges()
        • (m) AddedField(name)
        • (m) AddedFields()
        • (m) AddedIDs(name)
        • (m) ClearEdge(name)
        • (m) ClearField(name)
        • (m) ClearedEdges()
        • (m) ClearedFields()
        • (m) Client()
        • (m) EdgeCleared(name)
        • (m) Field(name)
        • (m) FieldCleared(name)
        • (m) Fields()
        • (m) Filter()
        • (m) ID()
        • (m) OldField(ctx, name)
        • (m) Op()
        • (m) RemovedEdges()
        • (m) RemovedIDs(name)
        • (m) ResetEdge(name)
        • (m) ResetField(name)
        • (m) SetField(name, value)
        • (m) Tx()
        • (m) Type()
      • type GoodsQuery
        • (gq) All(ctx)
        • (gq) AllX(ctx)
        • (gq) Clone()
        • (gq) Count(ctx)
        • (gq) CountX(ctx)
        • (gq) Exist(ctx)
        • (gq) ExistX(ctx)
        • (gq) Filter()
        • (gq) First(ctx)
        • (gq) FirstID(ctx)
        • (gq) FirstIDX(ctx)
        • (gq) FirstX(ctx)
        • (gq) GroupBy(field, fields)
        • (gq) IDs(ctx)
        • (gq) IDsX(ctx)
        • (gq) Limit(limit)
        • (gq) Offset(offset)
        • (gq) Only(ctx)
        • (gq) OnlyID(ctx)
        • (gq) OnlyIDX(ctx)
        • (gq) OnlyX(ctx)
        • (gq) Order(o)
        • (gq) Select(field, fields)
        • (gq) Where(ps)
      • type GoodsSelect
        • (gs) Bool(ctx)
        • (gs) BoolX(ctx)
        • (gs) Bools(ctx)
        • (gs) BoolsX(ctx)
        • (gs) Float64(ctx)
        • (gs) Float64X(ctx)
        • (gs) Float64s(ctx)
        • (gs) Float64sX(ctx)
        • (gs) Int(ctx)
        • (gs) IntX(ctx)
        • (gs) Ints(ctx)
        • (gs) IntsX(ctx)
        • (gs) Scan(ctx, v)
        • (gs) ScanX(ctx, v)
        • (gs) String(ctx)
        • (gs) StringX(ctx)
        • (gs) Strings(ctx)
        • (gs) StringsX(ctx)
      • type GoodsSlice
      • type GoodsUpdate
        • (gu) Exec(ctx)
        • (gu) ExecX(ctx)
        • (gu) Mutation()
        • (gu) Save(ctx)
        • (gu) SaveX(ctx)
        • (gu) Where(ps)
      • type GoodsUpdateOne
        • (guo) Exec(ctx)
        • (guo) ExecX(ctx)
        • (guo) Mutation()
        • (guo) Save(ctx)
        • (guo) SaveX(ctx)
      • type Group
        • (gr) QueryBlocked()
        • (gr) QueryFiles()
        • (gr) QueryInfo()
        • (gr) QueryUsers()
        • (gr) String()
        • (gr) Unwrap()
        • (gr) Update()
      • type GroupClient
        • NewGroupClient(c)
        • (c) Create()
        • (c) CreateBulk(builders)
        • (c) Delete()
        • (c) DeleteOne(gr)
        • (c) DeleteOneID(id)
        • (c) Get(ctx, id)
        • (c) GetX(ctx, id)
        • (c) Hooks()
        • (c) Query()
        • (c) QueryBlocked(gr)
        • (c) QueryFiles(gr)
        • (c) QueryInfo(gr)
        • (c) QueryUsers(gr)
        • (c) Update()
        • (c) UpdateOne(gr)
        • (c) UpdateOneID(id)
        • (c) Use(hooks)
      • type GroupCreate
        • (gc) AddBlocked(u)
        • (gc) AddBlockedIDs(ids)
        • (gc) AddFileIDs(ids)
        • (gc) AddFiles(f)
        • (gc) AddUserIDs(ids)
        • (gc) AddUsers(u)
        • (gc) Mutation()
        • (gc) Save(ctx)
        • (gc) SaveX(ctx)
        • (gc) SetActive(b)
        • (gc) SetExpire(t)
        • (gc) SetInfo(g)
        • (gc) SetInfoID(id)
        • (gc) SetMaxUsers(i)
        • (gc) SetName(s)
        • (gc) SetNillableActive(b)
        • (gc) SetNillableMaxUsers(i)
        • (gc) SetNillableType(s)
        • (gc) SetType(s)
      • type GroupCreateBulk
        • (gcb) Save(ctx)
        • (gcb) SaveX(ctx)
      • type GroupDelete
        • (gd) Exec(ctx)
        • (gd) ExecX(ctx)
        • (gd) Where(ps)
      • type GroupDeleteOne
        • (gdo) Exec(ctx)
        • (gdo) ExecX(ctx)
      • type GroupEdges
        • (e) BlockedOrErr()
        • (e) FilesOrErr()
        • (e) InfoOrErr()
        • (e) UsersOrErr()
      • type GroupFilter
        • (f) Where(p)
        • (f) WhereActive(p)
        • (f) WhereExpire(p)
        • (f) WhereHasBlocked()
        • (f) WhereHasBlockedWith(preds)
        • (f) WhereHasFiles()
        • (f) WhereHasFilesWith(preds)
        • (f) WhereHasInfo()
        • (f) WhereHasInfoWith(preds)
        • (f) WhereHasUsers()
        • (f) WhereHasUsersWith(preds)
        • (f) WhereID(p)
        • (f) WhereMaxUsers(p)
        • (f) WhereName(p)
        • (f) WhereType(p)
      • type GroupGroupBy
        • (ggb) Aggregate(fns)
        • (ggb) Bool(ctx)
        • (ggb) BoolX(ctx)
        • (ggb) Bools(ctx)
        • (ggb) BoolsX(ctx)
        • (ggb) Float64(ctx)
        • (ggb) Float64X(ctx)
        • (ggb) Float64s(ctx)
        • (ggb) Float64sX(ctx)
        • (ggb) Int(ctx)
        • (ggb) IntX(ctx)
        • (ggb) Ints(ctx)
        • (ggb) IntsX(ctx)
        • (ggb) Scan(ctx, v)
        • (ggb) ScanX(ctx, v)
        • (ggb) String(ctx)
        • (ggb) StringX(ctx)
        • (ggb) Strings(ctx)
        • (ggb) StringsX(ctx)
      • type GroupInfo
        • (gi) QueryGroups()
        • (gi) String()
        • (gi) Unwrap()
        • (gi) Update()
      • type GroupInfoClient
        • NewGroupInfoClient(c)
        • (c) Create()
        • (c) CreateBulk(builders)
        • (c) Delete()
        • (c) DeleteOne(gi)
        • (c) DeleteOneID(id)
        • (c) Get(ctx, id)
        • (c) GetX(ctx, id)
        • (c) Hooks()
        • (c) Query()
        • (c) QueryGroups(gi)
        • (c) Update()
        • (c) UpdateOne(gi)
        • (c) UpdateOneID(id)
        • (c) Use(hooks)
      • type GroupInfoCreate
        • (gic) AddGroupIDs(ids)
        • (gic) AddGroups(g)
        • (gic) Mutation()
        • (gic) Save(ctx)
        • (gic) SaveX(ctx)
        • (gic) SetDesc(s)
        • (gic) SetMaxUsers(i)
        • (gic) SetNillableMaxUsers(i)
      • type GroupInfoCreateBulk
        • (gicb) Save(ctx)
        • (gicb) SaveX(ctx)
      • type GroupInfoDelete
        • (gid) Exec(ctx)
        • (gid) ExecX(ctx)
        • (gid) Where(ps)
      • type GroupInfoDeleteOne
        • (gido) Exec(ctx)
        • (gido) ExecX(ctx)
      • type GroupInfoEdges
        • (e) GroupsOrErr()
      • type GroupInfoFilter
        • (f) Where(p)
        • (f) WhereDesc(p)
        • (f) WhereHasGroups()
        • (f) WhereHasGroupsWith(preds)
        • (f) WhereID(p)
        • (f) WhereMaxUsers(p)
      • type GroupInfoGroupBy
        • (gigb) Aggregate(fns)
        • (gigb) Bool(ctx)
        • (gigb) BoolX(ctx)
        • (gigb) Bools(ctx)
        • (gigb) BoolsX(ctx)
        • (gigb) Float64(ctx)
        • (gigb) Float64X(ctx)
        • (gigb) Float64s(ctx)
        • (gigb) Float64sX(ctx)
        • (gigb) Int(ctx)
        • (gigb) IntX(ctx)
        • (gigb) Ints(ctx)
        • (gigb) IntsX(ctx)
        • (gigb) Scan(ctx, v)
        • (gigb) ScanX(ctx, v)
        • (gigb) String(ctx)
        • (gigb) StringX(ctx)
        • (gigb) Strings(ctx)
        • (gigb) StringsX(ctx)
      • type GroupInfoMutation
        • (m) AddField(name, value)
        • (m) AddGroupIDs(ids)
        • (m) AddMaxUsers(i)
        • (m) AddedEdges()
        • (m) AddedField(name)
        • (m) AddedFields()
        • (m) AddedIDs(name)
        • (m) AddedMaxUsers()
        • (m) ClearEdge(name)
        • (m) ClearField(name)
        • (m) ClearGroups()
        • (m) ClearedEdges()
        • (m) ClearedFields()
        • (m) Client()
        • (m) Desc()
        • (m) EdgeCleared(name)
        • (m) Field(name)
        • (m) FieldCleared(name)
        • (m) Fields()
        • (m) Filter()
        • (m) GroupsCleared()
        • (m) GroupsIDs()
        • (m) ID()
        • (m) MaxUsers()
        • (m) OldDesc(ctx)
        • (m) OldField(ctx, name)
        • (m) OldMaxUsers(ctx)
        • (m) Op()
        • (m) RemoveGroupIDs(ids)
        • (m) RemovedEdges()
        • (m) RemovedGroupsIDs()
        • (m) RemovedIDs(name)
        • (m) ResetDesc()
        • (m) ResetEdge(name)
        • (m) ResetField(name)
        • (m) ResetGroups()
        • (m) ResetMaxUsers()
        • (m) SetDesc(s)
        • (m) SetField(name, value)
        • (m) SetMaxUsers(i)
        • (m) Tx()
        • (m) Type()
      • type GroupInfoQuery
        • (giq) All(ctx)
        • (giq) AllX(ctx)
        • (giq) Clone()
        • (giq) Count(ctx)
        • (giq) CountX(ctx)
        • (giq) Exist(ctx)
        • (giq) ExistX(ctx)
        • (giq) Filter()
        • (giq) First(ctx)
        • (giq) FirstID(ctx)
        • (giq) FirstIDX(ctx)
        • (giq) FirstX(ctx)
        • (giq) GroupBy(field, fields)
        • (giq) IDs(ctx)
        • (giq) IDsX(ctx)
        • (giq) Limit(limit)
        • (giq) Offset(offset)
        • (giq) Only(ctx)
        • (giq) OnlyID(ctx)
        • (giq) OnlyIDX(ctx)
        • (giq) OnlyX(ctx)
        • (giq) Order(o)
        • (giq) QueryGroups()
        • (giq) Select(field, fields)
        • (giq) Where(ps)
        • (giq) WithGroups(opts)
      • type GroupInfoSelect
        • (gis) Bool(ctx)
        • (gis) BoolX(ctx)
        • (gis) Bools(ctx)
        • (gis) BoolsX(ctx)
        • (gis) Float64(ctx)
        • (gis) Float64X(ctx)
        • (gis) Float64s(ctx)
        • (gis) Float64sX(ctx)
        • (gis) Int(ctx)
        • (gis) IntX(ctx)
        • (gis) Ints(ctx)
        • (gis) IntsX(ctx)
        • (gis) Scan(ctx, v)
        • (gis) ScanX(ctx, v)
        • (gis) String(ctx)
        • (gis) StringX(ctx)
        • (gis) Strings(ctx)
        • (gis) StringsX(ctx)
      • type GroupInfoUpdate
        • (giu) AddGroupIDs(ids)
        • (giu) AddGroups(g)
        • (giu) AddMaxUsers(i)
        • (giu) ClearGroups()
        • (giu) Exec(ctx)
        • (giu) ExecX(ctx)
        • (giu) Mutation()
        • (giu) RemoveGroupIDs(ids)
        • (giu) RemoveGroups(g)
        • (giu) Save(ctx)
        • (giu) SaveX(ctx)
        • (giu) SetDesc(s)
        • (giu) SetMaxUsers(i)
        • (giu) SetNillableMaxUsers(i)
        • (giu) Where(ps)
      • type GroupInfoUpdateOne
        • (giuo) AddGroupIDs(ids)
        • (giuo) AddGroups(g)
        • (giuo) AddMaxUsers(i)
        • (giuo) ClearGroups()
        • (giuo) Exec(ctx)
        • (giuo) ExecX(ctx)
        • (giuo) Mutation()
        • (giuo) RemoveGroupIDs(ids)
        • (giuo) RemoveGroups(g)
        • (giuo) Save(ctx)
        • (giuo) SaveX(ctx)
        • (giuo) SetDesc(s)
        • (giuo) SetMaxUsers(i)
        • (giuo) SetNillableMaxUsers(i)
      • type GroupInfos
      • type GroupMutation
        • (m) Active()
        • (m) AddBlockedIDs(ids)