SupEvalKitUpdateEvalKitInput
Input for evaluation kit update.
input SupEvalKitUpdateEvalKitInput {
addCompatibleSoftwareProjectIds: [ID!]
addPartIds: [String!]
addRefDesignIds: [ID!]
description: String
id: ID!
newPreviewImages: [SupEvalKitFileInput!]
publisherId: String
removeCompatibleSoftwareProjectIds: [ID!]
removePartIds: [String!]
removeRefDesignIds: [ID!]
sourceFile: SupEvalKitFileInput
sourceUrl: String
title: String
}
Fields
SupEvalKitUpdateEvalKitInput.addCompatibleSoftwareProjectIds ● [ID!] list scalar
Add list of Compatible Software Project identifiers associated with the evaluation kit.
SupEvalKitUpdateEvalKitInput.addPartIds ● [String!] list scalar
Add list of Part identifiers associated with the evaluation kit.
SupEvalKitUpdateEvalKitInput.addRefDesignIds ● [ID!] list scalar
Add list of Reference Design identifiers associated with the evaluation kit.
SupEvalKitUpdateEvalKitInput.description ● String scalar
The evaluation kit description.
SupEvalKitUpdateEvalKitInput.id ● ID! non-null scalar
The evaluation kit identifier.
SupEvalKitUpdateEvalKitInput.newPreviewImages ● [SupEvalKitFileInput!] list input
Replace the current evaluation kit preview images with these ones. The first image will be used as a best preview image.
SupEvalKitUpdateEvalKitInput.publisherId ● String scalar
The publisher identifier.
SupEvalKitUpdateEvalKitInput.removeCompatibleSoftwareProjectIds ● [ID!] list scalar
Remove list of Compatible Software Project identifiers associated with the evaluation kit.
SupEvalKitUpdateEvalKitInput.removePartIds ● [String!] list scalar
Remove list of Part identifiers associated with the evaluation kit.
SupEvalKitUpdateEvalKitInput.removeRefDesignIds ● [ID!] list scalar
Remove list of Reference Design identifiers associated with the evaluation kit.
SupEvalKitUpdateEvalKitInput.sourceFile ● SupEvalKitFileInput input
The evaluation kit source file for building source url.
SupEvalKitUpdateEvalKitInput.sourceUrl ● String scalar
The evaluation kit source url.
SupEvalKitUpdateEvalKitInput.title ● String scalar
The evaluation kit title.