Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | graphql: properly namespace Bug to make space for other entities (#1254) | Michael Muré | 2024-08-28 | 1 | -2/+2 |
| | | | | | | | Also: use gqlgen directives to help the type auto-binding Missing: - namespace mutations - adapt the webUI queries | ||||
* | Replace occurrences of humanId with the full Id | Sascha | 2021-04-22 | 1 | -2/+2 |
| | | | | | Unless an ID must be shorted for user convenience, the full id should be used to prevent collisions. | ||||
* | Partial commit for #158 | Cláudio | 2021-01-28 | 1 | -0/+7 |
- It´s possible to create new issues from webui (only title) Next step - Finish new issue form (First comment field and style) - Update Readme about codegen usage and enforcing playground usage |