MediaItemUpdateArgs
Input to the mediaItemUpdate mutation.
input MediaItemUpdateArgs {
mediaItemId: ID!
name: String
description: String
parentGroupId: ID
}
Fields
MediaItemUpdateArgs.mediaItemId ● ID! non-null scalar common
MediaItemUpdateArgs.name ● String scalar common
MediaItemUpdateArgs.description ● String scalar common
MediaItemUpdateArgs.parentGroupId ● ID scalar common
Member Of
mediaItemUpdate mutation