OBJECT

UserMoodboardEdge

link GraphQL Schema definition

1type UserMoodboardEdge {
2
3cursor: String!
4
5node: Moodboard!
6
7}