Skip to main content

RuleDeletePayload

Autogenerated return type of RuleDelete

type RuleDeletePayload {
clientMutationId: String
deletedRuleId: ID
errors: [UserError!]!
}

Fields

RuleDeletePayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

RuleDeletePayload.deletedRuleId ● ID scalar common

The ID of the deleted rule.

RuleDeletePayload.errors ● [UserError!]! non-null object common

Errors related to user input

Returned by

ruleDelete mutation