SupSoftwareProjectUpdateSoftwareProjectInput
Input for software project update.
input SupSoftwareProjectUpdateSoftwareProjectInput {
addCompatibleEvalKits: [SupSoftwareProjectCreateEvalKitSourceInput!]
description: String
id: ID!
publisherId: String
removeCompatibleEvalKits: [SupSoftwareProjectRemoveEvalKitSourceInput!]
title: String
type: SupSoftwareProjectType
updateCompatibleEvalKits: [SupSoftwareProjectUpdateEvalKitSourceInput!]
}
Fields
SupSoftwareProjectUpdateSoftwareProjectInput.addCompatibleEvalKits ● [SupSoftwareProjectCreateEvalKitSourceInput!] list input
Add a new software project evaluation kit project sources.
SupSoftwareProjectUpdateSoftwareProjectInput.description ● String scalar
The software project description.
SupSoftwareProjectUpdateSoftwareProjectInput.id ● ID! non-null scalar
The software project identifier.
SupSoftwareProjectUpdateSoftwareProjectInput.publisherId ● String scalar
The publisher identifier.
SupSoftwareProjectUpdateSoftwareProjectInput.removeCompatibleEvalKits ● [SupSoftwareProjectRemoveEvalKitSourceInput!] list input
Remove current existing evaluation kit project sources.
SupSoftwareProjectUpdateSoftwareProjectInput.title ● String scalar
The software project title.
SupSoftwareProjectUpdateSoftwareProjectInput.type ● SupSoftwareProjectType enum
The software project type.
SupSoftwareProjectUpdateSoftwareProjectInput.updateCompatibleEvalKits ● [SupSoftwareProjectUpdateEvalKitSourceInput!] list input
Update current existing evaluation kit project sources.