NewCustomImageInputType
Last edit: Oct 26, 2022
No description
type NewCustomImageInputType {
custom_attribute_name: String!
direct_url: String
owner_id: ID!
owner_type: String!
page_slug: String
raw_remote_image_url: String
uploader_id: ID
}
Fields
custom_attribute_name
(String
)
direct_url
(String
)
URL to image that was uploaded to s3 presigned url
owner_id
(ID
)
owner_type
(String
)
valid values: Customization, User, UserProfile
page_slug
(String
)
deprecated
raw_remote_image_url
(String
)
deprecated, use direct_url which is generated via image_presign_url mutation