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