GraphQL microservice for supporting retrieval and mutation of user data.
- Add initial graphql implementation using Hot Chocolate
- Object Types
- Input Types
- Queries
- Mutations
- Add Service and repository layer
- Add support for docker and K8s
- Add unit tests
- Add validations
- Add Apollo sidecar
- Add Github actions for deployment
- Update Readme with usage docs
- Add docs for providing sample usage of graphql
- Consolidate best practices for graphql naming conventions
- [ ]