SupSoftwareProjectUpdateSoftwareProjectInput
Input for software project update.
input SupSoftwareProjectUpdateSoftwareProjectInput {
description: String
id: ID!
publisherId: String
title: String
type: SupSoftwareProjectType
}
Fields
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.title ● String scalar
The software project title.
SupSoftwareProjectUpdateSoftwareProjectInput.type ● SupSoftwareProjectType enum
The software project type.