Skip to main content
MUTATION
setDerivedDataEntryLocked(collectionId: ID!, entryId: ID!, locked: Boolean!): DerivedDataCollection!

Arguments

collectionId
ID!
required

Identifier of the collection.

entryId
ID!
required

Identifier of the entry.

locked
Boolean!
required

Whether locked applies to the operation.

id
ID!

Stable identifier for this derived data collection.

Current status of this derived data collection.

createdAt
String!

ISO 8601 timestamp when this derived data collection was created.

deadlineAt
String!

ISO 8601 timestamp when this derived data collection deadline.

finishedAt
String

ISO 8601 timestamp when this derived data collection finished. May be null when unavailable or not applicable.

The progress associated with this derived data collection.

entries

Entries associated with this derived data collection.

Mutation
Variables
Response