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