CreateActTypeInput
Provides the fields and values to use when creating an act type.
input CreateActTypeInput {
name: String!
}
Fields
CreateActTypeInput.name ● String! non-null scalar
The name of the act type.
Member Of
createActType mutation