OBJECT

Invitations

link GraphQL Schema definition

1type Invitations {
2
3createdOn: Int!
4
5id: Int!
6
7message: String!
8
9moodboard: Moodboard
10
11otherUser: User
12
13project: Project
14
15subject: String!
16
17team: Team
18
19type: String!
20
21}

link Required by