Amaris-Digital / Amaris-Digital/fariji

refactor folder structure for graphql queries (api)

未關閉
#74 0 則留言 0 個 reaction 已指派 2 人 已被 @naomirono 認領 在 GitHub 檢視
api enhancement help wanted
主要語言
Ruby
星號
2
分支
2
PR 合併指標
30 天內沒有已合併 PR

描述

Our API folder currently has our graphql resolvers placed in random file naming schemes.

# Enhancements

- [ ] Have all input types placed in the same folder
- [ ] Have all the mutations in the same folder
- [ ] Have all the queries in the same foder
- [ ] Have all the subscriptions in the same folder
- [ ] Group all of above files in sub folders of things that relate to each other, eg: `send_otp.rb` and `verify_otp.rb` should be in the same folder for better readability within the code.

`NB: Ensure that the folder changes do not break any portion of the code that have them referenced.`

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。