Skip to main content

StepResourceCondition

A condition to be used against StepResource object types. All fields are tested for equality and combined with a logical ‘and.’

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

Fields

StepResourceCondition.id ● String scalar

Checks for equality with the object’s id field.

StepResourceCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

StepResourceCondition.version ● Int scalar

Checks for equality with the object’s version field.

StepResourceCondition.stepId ● String scalar

Checks for equality with the object’s stepId field.

StepResourceCondition.resourceId ● String scalar

Checks for equality with the object’s resourceId field.

StepResourceCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

StepResourceCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

StepResourceCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

StepResourceCondition.order ● Int scalar

Checks for equality with the object’s order field.

Member Of

stepResources query ● stepResourcesConnection query