INPUT_OBJECT

ImageModuleInput

link GraphQL Schema definition

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