// module.exports = { // async createInvite( { email, inviter, message } ) { // // TODO: // // check if email is already invited // // check if email is already a user! // }, // async getInviteById( { id } ) {}, // async getInviteByEmail( { email } ) {}, // async deleteInvite( { id } ) {} // }