mirror of
https://github.com/ent/ent.git
synced 2026-04-28 13:40:56 +03:00
doc/tutorial: add page about filter inputs (#1706)
* doc/tutorial: add page about filter inputs Also, fixed some issues in website configuration * Update doc/md/tutorial-todo-gql-filter-input.md Co-authored-by: Rotem Tamir <rotemtamir@gmail.com> Co-authored-by: Rotem Tamir <rotemtamir@gmail.com>
This commit is contained in:
@@ -81,7 +81,7 @@ The full documentation for the template API (Go types and functions) is availabl
|
||||
|
||||
Now, we tell the Ent code generator to execute this template by passing it as an argument in the `ent/entc.go` file:
|
||||
|
||||
```go {8}
|
||||
```go {8} title="ent/entc.go"
|
||||
func main() {
|
||||
ex, err := entgql.NewExtension()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user