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