UpdateActTypeInput
Provides the fields and values to use when updating an act type.
input UpdateActTypeInput {
id: ID!
name: String
}
Fields
UpdateActTypeInput.id ● ID! non-null scalar
Specifies the act type to update.
UpdateActTypeInput.name ● String scalar
The name of the act type.
Member Of
updateActType mutation