Skip to main content

DeleteConditionTypePayload

The output of our delete ConditionType mutation.

type DeleteConditionTypePayload {
clientMutationId: String
conditionType: ConditionType
deletedConditionTypeNodeId: ID
query: Query
workspace: Workspace
createdByWorkspaceAccount: WorkspaceAccount
conditionTypeEdge(
orderBy: [ConditionTypesOrderBy!] = [PRIMARY_KEY_ASC]
): ConditionTypesEdge
}

Fields

DeleteConditionTypePayload.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.

DeleteConditionTypePayload.conditionType ● ConditionType object

The ConditionType that was deleted by this mutation.

DeleteConditionTypePayload.deletedConditionTypeNodeId ● ID scalar

DeleteConditionTypePayload.query ● Query object

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

DeleteConditionTypePayload.workspace ● Workspace object

Reads a single Workspace that is related to this ConditionType.

DeleteConditionTypePayload.createdByWorkspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this ConditionType.

DeleteConditionTypePayload.conditionTypeEdge ● ConditionTypesEdge object

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

DeleteConditionTypePayload.conditionTypeEdge.orderBy ● [ConditionTypesOrderBy!] list enum

The method to use when ordering ConditionType.

Returned By

deleteConditionType mutation ● deleteConditionTypeByNodeId mutation