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