ContactTracing-app / Graphql-api

GraphQL API layer on top of neo4j for Contact Tracing: notifying friends & family against COVID-19
https://contacttracing.app/
ISC License
5 stars 5 forks source link

Avoid unnecessary KNOWS reverse relationship #14

Closed kavyvetri closed 4 years ago

kavyvetri commented 4 years ago

KNOWS relationship is inserted in two places. Once in CreateKnows and another in LogContact. Not needed in LogContact.

mmmoli commented 4 years ago

closes #12