aboutsummaryrefslogtreecommitdiffstats
path: root/src/services/graphql/topics.query.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor(services, types): reorganize GraphQL fetchers and data typesArmand Philippot2023-11-271-137/+0
| | | | | | | | | | | | 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
* refactor: reduce the number of data transformationArmand Philippot2022-05-231-9/+0
|
* chore: adjust and complete missing stylesArmand Philippot2022-05-161-0/+11
| | | | | | * add logo to topics pages and links * add Prism styles to articles * and a few other adjustements
* chore: add Topic pagesArmand Philippot2022-05-131-0/+7
|
* chore: add blog page widgetsArmand Philippot2022-05-131-0/+11
|
* refactor: rewrite API fetching method and GraphQL queriesArmand Philippot2022-05-021-0/+117