doc: add Append<F> to crud page (#2976)

This commit is contained in:
Ariel Mashraki
2022-09-29 17:42:22 +03:00
committed by GitHub
parent 13bf27bdd6
commit 837d077f98
5 changed files with 137 additions and 102 deletions

View File

@@ -38,7 +38,7 @@ go generate ./ent
The `generate` command generates the following assets for the schemas:
- `Client` and `Tx` objects used for interacting with the graph.
- CRUD builders for each schema type. See [CRUD](crud.md) for more info.
- CRUD builders for each schema type. See [CRUD](crud.mdx) for more info.
- Entity object (Go struct) for each of the schema types.
- Package containing constants and predicates used for interacting with the builders.
- A `migrate` package for SQL dialects. See [Migration](migrate.md) for more info.