Skip to main content
MUTATION
syncSigningProfile(uuid: String!, sourceAgentId: ID!, targetAgentIds: [ID!]!): SigningOperation!

Arguments

uuid
String!
required

The uuid used to filter or perform the operation.

sourceAgentId
ID!
required

Identifier of the source agent.

targetAgentIds
[ID!]!
required

Identifiers of the target agents.

id
ID!

Stable identifier for this signing operation.

kind
String!

Category of this signing operation.

assetKey
String

The asset key associated with this signing operation. May be null when unavailable or not applicable.

sourceAgentId
ID

Identifier of the related source agent. May be null when unavailable or not applicable.

status
String!

Current status of this signing operation.

error
String

Error message when this signing operation did not complete successfully. May be null when unavailable or not applicable.

createdAt
String!

ISO 8601 timestamp when this signing operation was created.

updatedAt
String!

ISO 8601 timestamp when this signing operation was last updated.

finishedAt
String

ISO 8601 timestamp when this signing operation finished. May be null when unavailable or not applicable.

Items associated with this signing operation.

Mutation
Variables
Response