INPUT_OBJECT
ImageModuleInput
link GraphQL Schema definition
1 input ImageModuleInput { 3 2 : TextAlign 5 4 : String 7 6 : Html 9 8 : TextAlign 11 10 : ProjectModuleFullBleed 15 12 # Module ID. Negative value is used for a new module - `srcUrl` is required in 13 # this case. 14 : Int! 18 16 # List of linked asset urls associated with a new module. 17 : [Url!] 20 19 : NFTInput 23 21 # Url to the image in the temporary Amazon S3 bucket. 22 : Url 25 24 : [String!] 27 26 : ThreeDInput 28 }