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