Skip to main content

SupEvalKitSoftwareProjectCompatibleEvalKitInput

Input for software project update.

input SupEvalKitSoftwareProjectCompatibleEvalKitInput {
addCompatibleEvalKits: [SupEvalKitCreateSoftwareProjectCompatibleEvalKitInput!]
id: ID!
removeCompatibleEvalKits: [SupEvalKitRemoveSoftwareProjectCompatibleEvalKitInput!]
updateCompatibleEvalKits: [SupEvalKitUpdateSoftwareProjectCompatibleEvalKitInput!]
}

Fields

SupEvalKitSoftwareProjectCompatibleEvalKitInput.addCompatibleEvalKits ● [SupEvalKitCreateSoftwareProjectCompatibleEvalKitInput!] list input

Add a new software project evaluation kit project sources.

SupEvalKitSoftwareProjectCompatibleEvalKitInput.id ● ID! non-null scalar

The software project identifier.

SupEvalKitSoftwareProjectCompatibleEvalKitInput.removeCompatibleEvalKits ● [SupEvalKitRemoveSoftwareProjectCompatibleEvalKitInput!] list input

Remove current existing evaluation kit project sources.

SupEvalKitSoftwareProjectCompatibleEvalKitInput.updateCompatibleEvalKits ● [SupEvalKitUpdateSoftwareProjectCompatibleEvalKitInput!] list input

Update current existing evaluation kit project sources.