Skip to main content

UpdateConditionTypeInput

All input for the updateConditionType mutation.

input UpdateConditionTypeInput {
clientMutationId: String
patch: ConditionTypePatch!
id: String!
}

Fields

UpdateConditionTypeInput.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.

UpdateConditionTypeInput.patch ● ConditionTypePatch! non-null input

An object where the defined keys will be set on the ConditionType being updated.

UpdateConditionTypeInput.id ● String! non-null scalar

Member Of

updateConditionType mutation