Skip to main content

RuleCreatePayload

Autogenerated return type of RuleCreate

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

Fields

RuleCreatePayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

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

Errors related to user input

RuleCreatePayload.rule ● Rule object common

Created Rule.

Returned by

ruleCreate mutation