Skip to main content

RuleUpdatePayload

Autogenerated return type of RuleUpdate

type RuleUpdatePayload {
clientMutationId: String
errors: [UserError!]!
rule: Rule
}

Fields

RuleUpdatePayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

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

Errors related to user input

RuleUpdatePayload.rule ● Rule object common

Updated Rule.

Returned by

ruleUpdate mutation