Skip to main content

CreateStepApprovalPayload

The output of our create StepApproval mutation.

type CreateStepApprovalPayload {
clientMutationId: String
stepApproval: StepApproval
query: Query
workspace: Workspace
step: Step
approvedByAccount: Account
approvedByProfile: Profile
stepApprovalEdge(
orderBy: [StepApprovalsOrderBy!] = [PRIMARY_KEY_ASC]
): StepApprovalsEdge
}

Fields

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

CreateStepApprovalPayload.stepApproval ● StepApproval object

The StepApproval that was created by this mutation.

CreateStepApprovalPayload.query ● Query object

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

CreateStepApprovalPayload.workspace ● Workspace object

Reads a single Workspace that is related to this StepApproval.

CreateStepApprovalPayload.step ● Step object

Reads a single Step that is related to this StepApproval.

CreateStepApprovalPayload.approvedByAccount ● Account object

Reads a single Account that is related to this StepApproval.

CreateStepApprovalPayload.approvedByProfile ● Profile object

Reads a single Profile that is related to this StepApproval.

CreateStepApprovalPayload.stepApprovalEdge ● StepApprovalsEdge object

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

CreateStepApprovalPayload.stepApprovalEdge.orderBy ● [StepApprovalsOrderBy!] list enum

The method to use when ordering StepApproval.

Returned By

createStepApproval mutation