INPUT_OBJECT

AttributeFileElementInput

link GraphQL Schema definition

1input AttributeFileElementInput {
2
3key: String!
4
5# UUID returned in MediaUploadCreate mutation
6uploadUUID: String
7
8# If you provide a file name it will be used in uploaded file path. Random name will be
9# generated otherwise
10fileName: String
11}