UpdateConditionTypeAssociationInput
All input for the updateConditionTypeAssociation mutation.
input UpdateConditionTypeAssociationInput {
clientMutationId: String
patch: ConditionTypeAssociationPatch!
id: String!
}
Fields
UpdateConditionTypeAssociationInput.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.
UpdateConditionTypeAssociationInput.patch ● ConditionTypeAssociationPatch! non-null input
An object where the defined keys will be set on the ConditionTypeAssociation being updated.
UpdateConditionTypeAssociationInput.id ● String! non-null scalar
Member Of
updateConditionTypeAssociation mutation