Skip to main content
MUTATION
skipPendingSkillSync(runId: ID!): SkillSyncRun!

Arguments

runId
ID!
required

Identifier of the run.

Returns

id
ID!

Stable identifier for this skill sync run.

Category of this skill sync run.

status
String!

Current status of this skill sync run.

error
String

Error message when this skill sync run did not complete successfully. May be null when unavailable or not applicable.

The group associated with this skill sync run. May be null when unavailable or not applicable.

items

Items associated with this skill sync run.

createdAt
String!

ISO 8601 timestamp when this skill sync run was created.

updatedAt
String!

ISO 8601 timestamp when this skill sync run was last updated.

finishedAt
String

ISO 8601 timestamp when this skill sync run finished. May be null when unavailable or not applicable.

Mutation
Variables
Response