SupEvalKitCreateEvalKitInput
Input for evaluation kit creation.
input SupEvalKitCreateEvalKitInput {
compatibleSoftwareProjectIds: [ID!]
description: String
partIds: [String!]
previewImages: [SupEvalKitFileInput!]!
publisherId: String!
refDesignIds: [ID!]
sourceFile: SupEvalKitFileInput
sourceUrl: String
title: String!
}
Fields
SupEvalKitCreateEvalKitInput.compatibleSoftwareProjectIds ● [ID!] list scalar
The list of Compatible Software Project identifiers associated with the evaluation kit.
SupEvalKitCreateEvalKitInput.description ● String scalar
The evaluation kit description.
SupEvalKitCreateEvalKitInput.partIds ● [String!] list scalar
The list of Part identifiers associated with the evaluation kit.
SupEvalKitCreateEvalKitInput.previewImages ● [SupEvalKitFileInput!]! non-null input
The list of evaluation kit images input. The first image will be the best preview image.
SupEvalKitCreateEvalKitInput.publisherId ● String! non-null scalar
The publisher identifier.
SupEvalKitCreateEvalKitInput.refDesignIds ● [ID!] list scalar
The list of Reference Design identifiers associated with the evaluation kit.
SupEvalKitCreateEvalKitInput.sourceFile ● SupEvalKitFileInput input
The evaluation kit source file for building source url.
SupEvalKitCreateEvalKitInput.sourceUrl ● String scalar
The evaluation kit source url.
SupEvalKitCreateEvalKitInput.title ● String! non-null scalar
The evaluation kit title.