Skip to main content

DeleteRulePayload

The output of our delete Rule mutation.

type DeleteRulePayload {
clientMutationId: String
rule: Rule
deletedRuleNodeId: ID
query: Query
workspace: Workspace
ruleEdge(
orderBy: [RulesOrderBy!] = [PRIMARY_KEY_ASC]
): RulesEdge
}

Fields

DeleteRulePayload.clientMutationId ● String scalar

The exact same clientMutationId that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations.

DeleteRulePayload.rule ● Rule object

The Rule that was deleted by this mutation.

DeleteRulePayload.deletedRuleNodeId ● ID scalar

DeleteRulePayload.query ● Query object

Our root query field type. Allows us to run any query from our mutation payload.

DeleteRulePayload.workspace ● Workspace object

Reads a single Workspace that is related to this Rule.

DeleteRulePayload.ruleEdge ● RulesEdge object

An edge for our Rule. May be used by Relay 1.

DeleteRulePayload.ruleEdge.orderBy ● [RulesOrderBy!] list enum

The method to use when ordering Rule.

Returned By

deleteRule mutation ● deleteRuleByNodeId mutation