Amaris-Digital / Amaris-Digital/fariji
refactor folder structure for graphql queries (api)
- Linguagem predominante
- Ruby
- Estrelas
- 2
- Forks
- 2
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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.`
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.