CustomEventGroupUpdateArgs
No description
input CustomEventGroupUpdateArgs {
customEventGroupId: ID!
name: String
}
Fields
CustomEventGroupUpdateArgs.customEventGroupId ● ID! non-null scalar common
The ID of the group being updated.
CustomEventGroupUpdateArgs.name ● String scalar common
The name of the customEventGroup being updated.
Member Of
customEventGroupUpdate mutation