INPUT_OBJECT

MediaCollectionComponentInput

link GraphQL Schema definition

1input MediaCollectionComponentInput {
4
2# The basename of the component file.
3filename: String!
8
5# Component ID. Negative value is used for a new component - `srcUrl` is required
6# in this case.
7id: Int!
11
9# Url to the file in the temporary Amazon S3 bucket.
10srcUrl: Url
12}