OBJECT

Invitee

link GraphQL Schema definition

1type Invitee {
2
3email: String!
4
5name: String
6
7imageUrl: String
8
9}