Hi guys, I have this graphql file ``` type inviteP...
# orm-help
e
Hi guys, I have this graphql file
Copy code
type invitePayload {
  sent: Boolean!
}

extend type Mutation {
  invite(emails: [String!], name: String!): invitePayload
}
but it keeps saying invalid type