15 lines
321 B
JavaScript
15 lines
321 B
JavaScript
|
|
// 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 } ) {}
|
|
// }
|