OBJECT
1type Moodboard {23createdOn: Int! 45creatorId: Int! 67followerCount: Int! 89id: Int! 1011isFollowing: Boolean! 1213isOwner: Boolean! 1415items(after: String, first: Int!): MoodboardItemConnection! 1617label: String! 1819modifiedOn: Int! 2021owners: [User]! 2223privacy: String! 2425projectCount: Int! 2627recommendedItems(after: String, first: Int!): MoodboardItemConnection 2829url: String! 3031}