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:
Ariel Mashraki
2021-07-11 16:08:26 +03:00
committed by GitHub
parent 095ef5b4e6
commit e1e197483c
6 changed files with 270 additions and 56 deletions

View File

@@ -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 {