Cyril Brulebois
9ff209d1f3
doc: remove executable flag for md, mdx, png, js, and .gitignore files ( #3015 )
...
Spotted by lintian running against a Debian package: the executable flag
is strange for all those files in the doc directory.
2022-10-16 16:47:56 +03:00
Dan Kortschak
e02622a064
docs: various fixes to the graphql tutorial ( #2965 )
...
* doc/md: fix resolver diff and isolation example
* doc/md: fix updateTodo input field
* doc/md: add missing extension and fix paths
Without entgql.WithSchemaGenerator entc.go fails to run.
* doc/md: add file titles
Note that the where:TodoWhereInput parameter is pre-filled in the
generated ent.graphql file.
* doc/md: add context to conjunction/negation example
Only add for the first example to provide a lead to readers.
2022-09-27 10:02:16 +03:00
yuki2006
16f978298f
doc/md: fix broken links to "GraphQL example" ( #2959 )
2022-09-26 12:21:50 +03:00
Itay Garin
88183c1f4c
doc/website: document tweaking transaction isolation levels ( #2774 )
...
* docs: document tweaking transaction isolation levels
* Update doc/md/tutorial-todo-gql-tx-mutation.md
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com >
* Update doc/md/tutorial-todo-gql-tx-mutation.md
* Update doc/md/tutorial-todo-gql-tx-mutation.md
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com >
2022-07-20 14:52:26 +03:00
Ariel Mashraki
cb7e0c1f1b
doc/tutorial: add title with file names to code blocks ( #2430 )
2022-03-26 18:49:04 +03:00
Ariel Mashraki
1ea5d64607
doc/md: add tutorial on how to generate mutation input types ( #1476 )
...
* doc/md: add tutorial on how to generate mutation input types
* address codereview comments
2021-04-19 12:29:16 +03:00
Ariel Mashraki
0f7739d83b
tutorial: finish the first graphql tutorial ( #1332 )
...
* tutorial: basic crud and node api for graphql tutorial
* Update doc/md/tutorial-todo-gql.md
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com >
* Update doc/md/tutorial-todo-gql.md
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com >
* Update doc/md/tutorial-todo-gql.md
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com >
* Update doc/md/tutorial-todo-gql.md
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com >
* Update doc/md/tutorial-todo-gql.md
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com >
* Update doc/md/tutorial-todo-gql-field-collection.md
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com >
* Update doc/md/tutorial-todo-gql.md
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com >
* Update doc/md/tutorial-todo-gql-field-collection.md
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com >
* Update doc/md/tutorial-todo-gql.md
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com >
* Update doc/md/tutorial-todo-gql.md
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com >
* Update doc/md/tutorial-todo-gql.md
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com >
* Update doc/md/tutorial-todo-gql-node.md
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com >
* Update doc/md/tutorial-todo-gql-field-collection.md
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com >
* Update doc/md/tutorial-todo-gql-node.md
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com >
* Update doc/md/tutorial-todo-gql-node.md
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com >
* Update doc/md/tutorial-todo-gql-paginate.md
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com >
* doc/tutorial: code review comments
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com >
2021-03-15 11:30:09 +02:00