SupSoftwareProjectSetParametersInput
Input for replacing all parameters on a software project.
input SupSoftwareProjectSetParametersInput {
parameters: [SupSoftwareProjectParameterInput!]
softwareProjectId: ID!
}
Fields
SupSoftwareProjectSetParametersInput.parameters ● [SupSoftwareProjectParameterInput!] list input
The complete new set of parameters. Deletes all existing parameters and values, then inserts these.
SupSoftwareProjectSetParametersInput.softwareProjectId ● ID! non-null scalar
The unique identifier of the software project.