OBJECT

TextModule

link GraphQL Schema definition

1type TextModule {
2
3alignment: String!
4
5captionAlignment: String!
6
7fullBleed: Int
8
9# Module id
10id: Int!
11
12project: Project!
13
14# Project id the module belongs to
15projectId: Int!
16
17text: String
18
19textPlain: String
20
21}

link Required by