From efaf2d0595434b26f8538bcd0d4e60825e3eaca4 Mon Sep 17 00:00:00 2001 From: miguel Date: Wed, 19 Oct 2022 17:57:49 +0100 Subject: [PATCH] fix(graphql): removing unnecessary data from the table --- subjects/graphql/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/subjects/graphql/README.md b/subjects/graphql/README.md index 4938f323..ca10db0c 100644 --- a/subjects/graphql/README.md +++ b/subjects/graphql/README.md @@ -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: