ed
type invitePayload { sent: Boolean! } extend type Mutation { invite(emails: [String!], name: String!): invitePayload }