INPUT_OBJECT

EmbedModuleInput

link GraphQL Schema definition

1input EmbedModuleInput {
3
2alignment: TextAlign
5
4caption: Html
7
6captionAlignment: TextAlign
9
8fullBleed: ProjectModuleFullBleed
12
10# Full module html code.
11html: HtmlWithIframe
16
13# Module ID. Negative value is used for new module - `html`, `originalEmbed`,
14# `originalHeight`, and `originalWidth` are required in this case.
15id: Int!
19
17# Embed html code.
18originalEmbed: HtmlWithIframe
21
20originalHeight: Int
23
22originalWidth: Int
25
24widthUnit: String
26}