SupEvalKitSortPreviewImagesInput
Input for reordering preview images of an evaluation kit.
input SupEvalKitSortPreviewImagesInput {
evalKitId: ID!
sortedImageUrls: [String!]!
}
Fields
SupEvalKitSortPreviewImagesInput.evalKitId ● ID! non-null scalar
The unique identifier of the evaluation kit.
SupEvalKitSortPreviewImagesInput.sortedImageUrls ● [String!]! non-null scalar
The collection of image URLs in the desired sort order.