INPUT_OBJECT
NewCustomImageInputType
# GraphQL Schema definition
1 input NewCustomImageInputType { 3 2 String! : 6 4 # URL to image that was uploaded to s3 presigned url 5 String : 8 7 ID! : 11 9 # valid values: Customization, User, UserProfile 10 String! : 14 12 # deprecated 13 String : 17 15 # deprecated, use direct_url which is generated via image_presign_url mutation 16 String : 19 18 ID : 20 }