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