SupEvalKitPatchParametersInput
Input for patching parameters on an evaluation kit.
input SupEvalKitPatchParametersInput {
addParameters: [SupEvalKitParameterInput!]
evaluationKitId: ID!
removeParameters: [SupEvalKitParameterInfoInput!]
}
Fields
SupEvalKitPatchParametersInput.addParameters ● [SupEvalKitParameterInput!] list input
Parameters to add or update. Creates the parameter if new, replaces its values if it already exists.
SupEvalKitPatchParametersInput.evaluationKitId ● ID! non-null scalar
The unique identifier of the evaluation kit.
SupEvalKitPatchParametersInput.removeParameters ● [SupEvalKitParameterInfoInput!] list input
Titles of parameters to remove entirely from this evaluation kit.