-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Risk in the api #9
Comments
@mmmoli makes sense to me. feel free to assign to me and whoever else you think might be able to help |
@kavyvetri Are you happy to pick this up with @lisabang ? |
I'm gonna remove @lisabang while we regroup… |
@all-contributors please add @lisabang and @kavyvetri to code |
I've put up a pull request to add @lisabang! 🎉 |
@all-contributors please add @kavyvetri for code |
I've put up a pull request to add @kavyvetri! 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We want to return the risk lever for a User. This requires a new
Query
in graphql schema. From Cypher, we need to return a string matching a new enum type.SAFE
- all of my contacts arehealthStatus.TOTALLY_FINE
LOW
- any of my Indirect contactshealthStatus.IN_QUARATINE
MEDIUM
- any of my contactshealthStatus.IN_QUARATINE
HIGH
- Direct contactshealthStatus.TESTED_POSITIVE
exact strings may vary so check the schema file.
The text was updated successfully, but these errors were encountered: