Commit Graph

22 Commits

Author SHA1 Message Date
Ariel Mashraki
d0bce8aee4 doc/graphql: link to tutorial basic setup (#2918) 2022-09-08 20:23:15 +03:00
Ariel Mashraki
31e41da792 doc: link from graphql doc to tutorial (#2917) 2022-09-08 20:04:36 +03:00
Ariel Mashraki
1ee2876349 doc/website: add edit and lastedit info to doc pages (#2800) 2022-07-25 18:32:36 +03:00
Giau. Tran Minh
d8fdf3b512 doc/md: update GQL tutorial with schema generator (#2528)
* doc/md: update GQL tutorial

fixed the connections to Non-Null
fixed the name of WithWhereInputs()

* doc/md: initial Schema Generator tutorial

* update the tutorial

* fix: correct the line

* doc/md: apply suggestions from code review

Co-authored-by: Hila Kashai <73284641+hilakashai@users.noreply.github.com>
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>

* doc/md: add more doc about `entgql.RelayConnection()`

Co-authored-by: Hila Kashai <73284641+hilakashai@users.noreply.github.com>
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
2022-05-09 18:09:21 +03:00
Ariel Mashraki
4d1fceb976 doc/codegen: add doc and example for external dependencies.
See #2066
2021-10-27 08:16:20 +03:00
Ariel Mashraki
5bbd973ffa doc/graphql: replace templates with extensions (#2064) 2021-10-25 07:52:04 +03:00
Yoni Davidson
68793d3f99 doc/graphql: update gql prefix to genereated files (#2009) 2021-10-05 12:27:33 +03:00
lhlmgr
22527cc281 Update graphql.md (#1846)
fix typo in doc: `WithNodeType` accepts a mapping function, while `WithFixedNodeType` accepts a `string` e.g. the typ name.
2021-08-17 06:02:30 +03:00
Ariel Mashraki
ac9f801259 doc/graphql: switch default example from templates to extension 2021-07-10 14:37:00 +03:00
Yuya Sumie
d1c44ef0cb website/tutorial: fix GraphQL tutorial (#1680) 2021-07-03 08:19:36 +03:00
Ariel Mashraki
aee6785cba examples/entcpkg: add codegen-hook example (#1356) 2021-03-19 12:29:51 +02: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
Ariel Mashraki
41c3445b95 doc: update contrib repository path to ent/contrib 2021-02-13 08:06:10 +02:00
Ariel Mashraki
7c70dcb0dc doc/graphql: fix broken links to ent-contrib 2021-02-03 11:29:56 +02:00
Ariel Mashraki
dd4792f5b3 go: rename module from github.com/facebook/ent => entgo.io/ent (#1226) 2021-02-02 23:03:04 +02:00
Travis Cline
5e4d7dcbfc doc/graphql: extend examples section to mention the prefixed-ULID (PULID) example. (#1200) 2021-01-22 07:19:01 +02:00
Ariel Mashraki
a7f899339b doc/graphql: add example section (#1149) 2021-01-07 16:50:53 +02:00
Ariel Mashraki
84ad6199a5 doc/graphql: add more info about entgql field collection (#1083) 2020-12-25 15:32:22 +02:00
Ariel Mashraki
f548d8aacc doc: document the NodeType option for Node API (#817) 2020-10-04 18:03:07 +03:00
Ariel Mashraki
83ac7bdbae doc/graphql: add more info regarding fields-collections (#807)
Closed #806
2020-09-30 13:04:07 +03:00
Ariel Mashraki
47fef27bc6 doc/graphql: gofmt imports in entc example (#795) 2020-09-23 13:45:09 +03:00
Ariel Mashraki
dc2645e2d5 doc: add page for gqlgen integration (#776) 2020-09-17 17:14:35 +03:00