summaryrefslogtreecommitdiffstats
path: root/src/services/graphql/client.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rewrite types and servicesArmand Philippot2021-12-201-11/+0
| | | | | | | I was repeating myself a lot in services. So I rewrited the different functions to improve readability and I extracted some formatting functions to put them in utils. I also rewrited/reorganized some types to keep consistent names.
* chore: add main-nav componentArmand Philippot2021-12-131-1/+0
| | | | | I choose to implement main-nav paths manually instead of fetching them from GraphQL to ensure functional navigation without JS.
* chore: create homepage with graphql dataArmand Philippot2021-12-131-0/+12