Skip to main content
MUTATION
prepareSkillSync(kind: SkillSyncKind!, groupId: ID): SkillSyncRun!

Arguments

kind
default:ALL

The kind used to filter or perform the operation. Defaults to ALL.

groupId
ID

Identifier of the group.

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
Response