Describe objects &
relationships in the app
16 Vertices
CheckInVertex
LocationVertex
LocationEventTimeVertex
61 Edges
OrganizationCheckInsEdge
EventPeriodEventTimesEdge
LocationEventTimeCheckInsEdge
Organization
/ | \
/ | \
/ | \
People | Events
| | / \
| | / \
PersonEvents | Locations EventPeriods
| |
CheckIns |
/ | \ EventTimes
/ | \
/ | \
Person Location Checked-in-by
(Person)
"Can you email me when...?"
git co graphql-api && pb bundle && pb apprestart && open http://check-ins.pco.dev/graphql/queries/new
Thanks Tim!