CreateConditionTypeInput
All input for the create ConditionType mutation.
input CreateConditionTypeInput {
clientMutationId: String
conditionType: ConditionTypeInput!
}
Fields
CreateConditionTypeInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
CreateConditionTypeInput.conditionType ● ConditionTypeInput! non-null input
The ConditionType to be created by this mutation.
Member Of
createConditionType mutation