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

Pending Invites #8

Open mmmoli opened 4 years ago

mmmoli commented 4 years ago

Currently, when someone connects, the CreateKnows mutation runs and that's that.

An obvious improvement would be to add Invites which need to be "accepted" in the frontend.

How could this work? What changes to the graph are necessary?