Mutation
Variables
Response
Mutations
calculateDerivedDataSizes
Calculates derived data sizes and returns a derived data collection.
MUTATION
calculateDerivedDataSizes(collectionId: ID!, entryIds: [ID!]!, requestId: ID!): DerivedDataCollection!Arguments
collectionId
ID!
required
Identifier of the collection.
entryIds
[ID!]!
required
Identifiers of the entries.
requestId
ID!
required
Identifier of the request.
Returns
id
ID!
Stable identifier for this derived data collection.
status
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.
progress
The progress associated with this derived data collection.
entries
[DerivedDataEntry!]!
Entries associated with this derived data collection.
Mutation
Variables
Response