OBJECT
Moodboard
A Moodboard
link GraphQL Schema definition
- type Moodboard {
- # ID of the Moodboard
- : ID!
- # Name of the Moodboard
- : String!
- # Colors of the Moodboard
- : [Color]!
- # Description of the Moodboard
- : String
- # Image URl of the Moodboard creation
- : String
- # Timestamp of the Moodboard creation
- : Int!
- # Timestamp of the Moodboard last modification
- : Int!
- # User who made the last modification
- : User
- # Owner of the Palette
- : User
- # Emails with which the Palette is shared
- : [User]
- }