aboutsummaryrefslogtreecommitdiffstats
path: root/src/services/graphql/api.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor: avoid useless assignement before return statementArmand Philippot2022-01-041-5/+2
|
* refactor: rewrite types and servicesArmand Philippot2021-12-201-0/+27
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.