aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/hooks/use-comments.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor(services, types): reorganize GraphQL fetchers and data typesArmand Philippot2023-11-271-6/+15
| | | | | | | | | | | | The Typescript mapped types was useful for autocompletion in fetchers but their are harder to maintain. I think it's better to keep each query close to its fetcher to have a better understanding of the fetched data. So I: * colocate queries with their own fetcher * colocate mutations with their own mutator * remove Typescript mapped types for queries and mutations * move data convertors inside graphql services * rename most of data types and fetchers
* build(components, hooks): fix type errors introduced by deps upgradeArmand Philippot2023-11-161-0/+23
Since #7e37f2b Typescript was complaining about some types.