aboutsummaryrefslogtreecommitdiffstats
path: root/src/services/graphql/blog.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rewrite types and servicesArmand Philippot2021-12-201-158/+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: display featuredImage and meta on posts listArmand Philippot2021-12-161-0/+3
|
* chore: fix typoArmand Philippot2021-12-161-4/+4
|
* chore: create single post viewArmand Philippot2021-12-151-4/+29
|
* chore: add pagination (load more) to blog pageArmand Philippot2021-12-151-3/+3
|
* chore: retrieve posts list on blog pageArmand Philippot2021-12-151-0/+130