QueryMetadata load metadata of a given file
(ctx context.Context, root *ent.File)
| 201 | StaleEntities(ctx context.Context, ids ...int) ([]*ent.Entity, error) |
| 202 | // QueryMetadata load metadata of a given file |
| 203 | QueryMetadata(ctx context.Context, root *ent.File) error |
| 204 | // SoftDelete soft-deletes a file, also renaming it to a random name |
| 205 | SoftDelete(ctx context.Context, file *ent.File) error |
| 206 | // SetPrimaryEntity sets primary entity of a file |