Skip to content

Commit 004f468

Browse files
committed
added todo table
1 parent 4f9802e commit 004f468

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

readme.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,16 @@ Sample Report
8888
| DotEnv | https://www.npmjs.com/package/dotenv |
8989
| Eslint | https://eslint.org/docs/latest/use/getting-started |
9090
| Husky | https://typicode.github.io/husky/ |
91-
| VScode settings | https://code.visualstudio.com/docs/getstarted/settings |
91+
| VScode settings | https://code.visualstudio.com/docs/getstarted/settings |
92+
93+
94+
### GraphQL Topics to Explore
95+
- [x] basics of GraphQL (query, mutation)
96+
- [ ] advance topics (fragments, directive, unions, aliases)
97+
- [ ] parameterize query with arguments and variables
98+
- [ ] setting default variable
99+
- [ ] variables inside fragments
100+
- [ ] use of directive to build dynamic/reusable query
101+
- [ ] fields in query vs fields in mutation
102+
- [ ] inline fragments (unions)
103+
- [ ] meta fields (fetch type of field __typename)

0 commit comments

Comments
 (0)