RecoverConditionTypePayload
The output of our recoverConditionType mutation.
type RecoverConditionTypePayload {
clientMutationId: String
conditionType: ConditionType
query: Query
workspace: Workspace
createdByWorkspaceAccount: WorkspaceAccount
conditionTypeEdge(
orderBy: [ConditionTypesOrderBy!] = [PRIMARY_KEY_ASC]
): ConditionTypesEdge
}
Fields
RecoverConditionTypePayload.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.
RecoverConditionTypePayload.conditionType ● ConditionType object
RecoverConditionTypePayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
RecoverConditionTypePayload.workspace ● Workspace object
Reads a single Workspace that is related to this ConditionType.
RecoverConditionTypePayload.createdByWorkspaceAccount ● WorkspaceAccount object
Reads a single WorkspaceAccount that is related to this ConditionType.
RecoverConditionTypePayload.conditionTypeEdge ● ConditionTypesEdge object
An edge for our ConditionType. May be used by Relay 1.
RecoverConditionTypePayload.conditionTypeEdge.orderBy ● [ConditionTypesOrderBy!] list enum
The method to use when ordering ConditionType.
Returned By
recoverConditionType mutation