File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -88,4 +88,16 @@ Sample Report
88
88
| DotEnv | https://www.npmjs.com/package/dotenv |
89
89
| Eslint | https://eslint.org/docs/latest/use/getting-started |
90
90
| 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)
You can’t perform that action at this time.
0 commit comments