summaryrefslogtreecommitdiffstats
path: root/src/services/graphql/contact.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor(types): move and rename GraphQL typesArmand Philippot2022-08-201-4/+4
| | | | | | | The api file in services was not really readable. So I move the types and I also rewrite a little the fetch function. I also rename most of the type to avoid conflict with preexisting types (like Node) and to keep consistency.
* chore: add Search pageArmand Philippot2022-05-151-2/+2
|
* chore: add a Contact pageArmand Philippot2022-05-071-0/+26
|
* refactor: rewrite types and servicesArmand Philippot2021-12-201-49/+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: create mutation to send mail from contact formArmand Philippot2021-12-171-0/+49