Skip to main content

StepResourcePatch

Represents an update to a StepResource. Fields that are set will be updated.

input StepResourcePatch {
id: String
workspaceId: String
version: Int
stepId: String
resourceId: String
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
order: Int
}

Fields

StepResourcePatch.id ● String scalar

StepResourcePatch.workspaceId ● String scalar

StepResourcePatch.version ● Int scalar

StepResourcePatch.stepId ● String scalar

StepResourcePatch.resourceId ● String scalar

StepResourcePatch.deletedAt ● Datetime scalar

StepResourcePatch.updatedAt ● Datetime scalar

StepResourcePatch.createdAt ● Datetime scalar

StepResourcePatch.order ● Int scalar

Member Of

UpdateStepResourceByNodeIdInput input ● UpdateStepResourceInput input