Skip to main content

CreateConditionTypePayload

The output of our create ConditionType mutation.

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

Fields

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

CreateConditionTypePayload.conditionType ● ConditionType object

The ConditionType that was created by this mutation.

CreateConditionTypePayload.query ● Query object

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

CreateConditionTypePayload.workspace ● Workspace object

Reads a single Workspace that is related to this ConditionType.

CreateConditionTypePayload.createdByWorkspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this ConditionType.

CreateConditionTypePayload.conditionTypeEdge ● ConditionTypesEdge object

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

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

The method to use when ordering ConditionType.

Returned By

createConditionType mutation