Skip to main content

UpdateConditionTypePayload

The output of our update ConditionType mutation.

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

Fields

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

UpdateConditionTypePayload.conditionType ● ConditionType object

The ConditionType that was updated by this mutation.

UpdateConditionTypePayload.query ● Query object

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

UpdateConditionTypePayload.workspace ● Workspace object

Reads a single Workspace that is related to this ConditionType.

UpdateConditionTypePayload.createdByWorkspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this ConditionType.

UpdateConditionTypePayload.conditionTypeEdge ● ConditionTypesEdge object

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

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

The method to use when ordering ConditionType.

Returned By

updateConditionType mutation ● updateConditionTypeByNodeId mutation