UpdateConditionTypeAssociationByNodeIdInput
All input for the updateConditionTypeAssociationByNodeId mutation.
input UpdateConditionTypeAssociationByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: ConditionTypeAssociationPatch!
}
Fields
UpdateConditionTypeAssociationByNodeIdInput.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.
UpdateConditionTypeAssociationByNodeIdInput.nodeId ● ID! non-null scalar
The globally unique ID which will identify a single ConditionTypeAssociation to be updated.
UpdateConditionTypeAssociationByNodeIdInput.patch ● ConditionTypeAssociationPatch! non-null input
An object where the defined keys will be set on the ConditionTypeAssociation being updated.