You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 are healthStatus.TOTALLY_FINE LOW - any of my Indirect contacts healthStatus.IN_QUARATINE MEDIUM - any of my contacts healthStatus.IN_QUARATINE HIGH - Direct contacts healthStatus.TESTED_POSITIVE
We want to return the risk lever for a User. This requires a new
Queryin graphql schema. From Cypher, we need to return a string matching a new enum type.SAFE- all of my contacts arehealthStatus.TOTALLY_FINELOW- any of my Indirect contactshealthStatus.IN_QUARATINEMEDIUM- any of my contactshealthStatus.IN_QUARATINEHIGH- Direct contactshealthStatus.TESTED_POSITIVEexact strings may vary so check the schema file.