Skip to main content

SupEvalKitSetParametersInput

Input for replacing all parameters on an evaluation kit.

input SupEvalKitSetParametersInput {
evaluationKitId: ID!
parameters: [SupEvalKitParameterInput!]
}

Fields

SupEvalKitSetParametersInput.evaluationKitId ● ID! non-null scalar

The unique identifier of the evaluation kit.

SupEvalKitSetParametersInput.parameters ● [SupEvalKitParameterInput!] list input

The complete new set of parameters. Deletes all existing parameters and values, then inserts these.