SupSolutionTemplateCompatibleEvalKit
No description
type SupSolutionTemplateCompatibleEvalKit {
compatibleEvalKitId: String! @deprecated
evalKit: SupEvalKit!
evalKitId: ID!
parameters: [SupSolutionTemplateParameterBundle!]!
}
Fields
SupSolutionTemplateCompatibleEvalKit.compatibleEvalKitId ● String! deprecated non-null scalar
DEPRECATED
Fields play a technical role for internal uses.
The compatible evaluation kit identifier.
SupSolutionTemplateCompatibleEvalKit.evalKit ● SupEvalKit! non-null object
The evaluation kit associated with the solution template.
SupSolutionTemplateCompatibleEvalKit.evalKitId ● ID! non-null scalar
The evaluation kit identifier associated with the solution template.
SupSolutionTemplateCompatibleEvalKit.parameters ● [SupSolutionTemplateParameterBundle!]! non-null object
The list of parameters.