Refactoring graphql helpers and integrating fragments. #1543
Replies: 2 comments 2 replies
-
I agree with your approach.
Yeah, I think the data flow page is suitable for this or a new page because GraphQL resolvers play a significant part in c0d3 app.
I think we can have another one called |
Beta Was this translation helpful? Give feedback.
-
We should vote on it in discord. This wiki has been created, please add to it (or edit) if you need to! #1199
I think this is a good idea, especially to remove the ones that are not used. Perhaps you could add a
Make sense!
I would build on the request story and then add a
I think we can move the files from |
Beta Was this translation helpful? Give feedback.
-
I wanted to pick up the issue here which talks about the use of integrating fragments to reduce the duplication of code.
I was going to start doing that but then I saw these two similar issues: refactoring graphql helpers and documenting.
They way I am thinking of approaching the problem is:
Questions
Some questions I had were:
helpers/controllers
to the graphql folder and split the resolvers intoqueryResolvers
andmutationResolvers
?Beta Was this translation helpful? Give feedback.
All reactions