Henry
events: (parent, args, ctx) => { return ctx.db.calendarEvents({ where: { calendar: { id: parent.id, }, }, }) },