kabisa / kudos-frontend

The frontend for the Kudos-o-Matic! (Mobile / Desktop)
2 stars 0 forks source link

Extract graphql queries to seperate files #170

Open Sandervanmaurik opened 6 months ago

Sandervanmaurik commented 6 months ago

Queries and mutations are currently declared within the component where they are being used. Ideally, there should be a graphql folder in the root/src of the project containing all queries, fragments and mutations so that they can be (re-)used by codegen.