INPUT_OBJECT
UpdateMediaInput
Input type for updating a Media
link GraphQL Schema definition
- input UpdateMediaInput {
- # Translations of the Media
- : [UpdateMediaTranslationInput!]
- # Title of the Media, please use "translations" field instead.
- : String
- # Description of the Media, please use "translations" field instead.
- : String
- # List of Media's categories
- : [Int]
- }