RuleDeleteInput
Autogenerated input type of RuleDelete
input RuleDeleteInput {
clientMutationId: String
ruleId: ID!
}
Fields
RuleDeleteInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
RuleDeleteInput.ruleId ● ID! non-null scalar common
The ID of the rule.
Member of
ruleDelete mutation