summaryrefslogtreecommitdiffstats
path: root/src/services/graphql/queries.ts
Commit message (Collapse)AuthorAgeFilesLines
* chore: replace CV content with mdx contentArmand Philippot2021-12-241-28/+0
| | | | | Since I replace the other pages, there is no reason to fetch this page content through WP GraphQL.
* chore: replace homepage content with MDX contentArmand Philippot2021-12-241-19/+0
| | | | | I cannot import custom blocks through WP GraphQL, so I prefer to use MDX file. This way I cannot import custom components.
* chore: create search viewArmand Philippot2021-12-201-3/+12
|
* refactor: rewrite types and servicesArmand Philippot2021-12-201-0/+496
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.