fix(graphql): removing unnecessary data from the table

This commit is contained in:
miguel 2022-10-19 17:57:49 +01:00 committed by MSilva95
parent 219e7b4cbd
commit efaf2d0595
1 changed files with 5 additions and 5 deletions

View File

@ -94,11 +94,11 @@ Here are the list of tables that you are allowed to query (it will be only provi
This table will give you information about all objects (exercises/projects)
| id | name | type | attrs | childrenAttrs |
| --- | ---: | -------: | ------------------------: | ------------: |
| 1 | 0 | exercise | `{"language": "dom", ...` | `{}` |
| 2 | 0 | project | `{"language": "go", ...` | `{}` |
| 3 | 1 | exercise | `{"language": "js", ...` | `{}` |
| id | name | type | childrenAttrs |
| --- | ---: | -------: | ------------: |
| 1 | 0 | exercise | `{}` |
| 2 | 0 | project | `{}` |
| 3 | 1 | exercise | `{}` |
Examples: