UpdateSpecificationInput
Provides the fields and values to use when updating a specification.
input UpdateSpecificationInput {
id: ID!
name: String
status: ID
startAt: Date
receivedAt: Date
agreedAt: Date
dueAt: Date
processingPeriod: Int
filePath: String
filesPath: String
description: String
terms: String
members: SpecificationRelatedMembersInput
properties: RelatedPropertiesInput
contacts: RelatedContactsInput
projects: RelatedProjectsInput
tasks: RelatedTasksInput
letters: RelatedLettersInput
coordinations: RelatedCoordinationsInput
meters: RelatedMetersInput
tags: RelatedTagsInput
}
Fields
UpdateSpecificationInput.id ● ID! non-null scalar
Specifies the specification to update.
UpdateSpecificationInput.name ● String scalar
The specification's name.
UpdateSpecificationInput.status ● ID scalar
The specification's status.
UpdateSpecificationInput.startAt ● Date scalar
Start date of the specification.
UpdateSpecificationInput.receivedAt ● Date scalar
Received date of the specification.
UpdateSpecificationInput.agreedAt ● Date scalar
Agreed date of the specification.
UpdateSpecificationInput.dueAt ● Date scalar
Due date of the specification.
UpdateSpecificationInput.processingPeriod ● Int scalar
The specification's processing period (in days).
UpdateSpecificationInput.filePath ● String scalar
The specification's file path.
UpdateSpecificationInput.filesPath ● String scalar
The specification's files path.
UpdateSpecificationInput.description ● String scalar
The specification's description.
UpdateSpecificationInput.terms ● String scalar
The specification's terms.
UpdateSpecificationInput.members ● SpecificationRelatedMembersInput input
The specification's members relation.
UpdateSpecificationInput.properties ● RelatedPropertiesInput input
The specification's properties relation.
UpdateSpecificationInput.contacts ● RelatedContactsInput input
The specification's contacts relation.
UpdateSpecificationInput.projects ● RelatedProjectsInput input
The specification's projects relation.
UpdateSpecificationInput.tasks ● RelatedTasksInput input
The specification's tasks relation.
UpdateSpecificationInput.letters ● RelatedLettersInput input
The specification's letters relation.
UpdateSpecificationInput.coordinations ● RelatedCoordinationsInput input
The specification's coordinations relation.
UpdateSpecificationInput.meters ● RelatedMetersInput input
The specification's meters relation.
UpdateSpecificationInput.tags ● RelatedTagsInput input
The specification's tags relation.
Member Of
updateSpecification mutation