Skip to main content

SupSoftwareProjectCreateSoftwareProjectInput

Input for software project creation.

input SupSoftwareProjectCreateSoftwareProjectInput {
compatibleEvalKits: [SupSoftwareProjectEvalKitSourceInput!]
description: String
publisherId: String!
title: String!
type: SupSoftwareProjectType!
}

Fields

SupSoftwareProjectCreateSoftwareProjectInput.compatibleEvalKits ● [SupSoftwareProjectEvalKitSourceInput!] list input

The list of evaluation kit sources associated with the software project.

SupSoftwareProjectCreateSoftwareProjectInput.description ● String scalar

The software project description.

SupSoftwareProjectCreateSoftwareProjectInput.publisherId ● String! non-null scalar

The publisher identifier.

SupSoftwareProjectCreateSoftwareProjectInput.title ● String! non-null scalar

The software project title.

SupSoftwareProjectCreateSoftwareProjectInput.type ● SupSoftwareProjectType! non-null enum

The software project type.