CreateCoordinationInput
Provides the fields and values to use when creating a coordination.
input CreateCoordinationInput {
status: ID
startAt: Date
receivedAt: Date
agreedAt: Date
dueAt: Date
groupId: ID
typeId: ID
stageId: ID
jobNumber: String
jobName: String
externalCode: String
processingPeriod: Int
filePath: String
filesPath: String
description: String
terms: String
members: CoordinationRelatedMembersInput
properties: RelatedPropertiesInput
contacts: RelatedContactsInput
projects: RelatedProjectsInput
tasks: RelatedTasksInput
letters: RelatedLettersInput
specifications: RelatedSpecificationsInput
tags: RelatedTagsInput
copyRelations: CopyRelationsInput
}
Fields
CreateCoordinationInput.status ● ID scalar
The coordination's status.
CreateCoordinationInput.startAt ● Date scalar
Start date of the coordination.
CreateCoordinationInput.receivedAt ● Date scalar
Received date of the coordination.
CreateCoordinationInput.agreedAt ● Date scalar
Agreed date of the coordination.
CreateCoordinationInput.dueAt ● Date scalar
Due date of the coordination.
CreateCoordinationInput.groupId ● ID scalar
The coordination's group.
CreateCoordinationInput.typeId ● ID scalar
The coordination's type.
CreateCoordinationInput.stageId ● ID scalar
The coordination's stage.
CreateCoordinationInput.jobNumber ● String scalar
The coordination's job number.
CreateCoordinationInput.jobName ● String scalar
The coordination's job name.
CreateCoordinationInput.externalCode ● String scalar
The coordination's external code.
CreateCoordinationInput.processingPeriod ● Int scalar
The coordination's processing period (in days).
CreateCoordinationInput.filePath ● String scalar
The coordination's file path.
CreateCoordinationInput.filesPath ● String scalar
The coordination's files path.
CreateCoordinationInput.description ● String scalar
The coordination's description.
CreateCoordinationInput.terms ● String scalar
The coordination's terms.
CreateCoordinationInput.members ● CoordinationRelatedMembersInput input
The coordination's members relation.
CreateCoordinationInput.properties ● RelatedPropertiesInput input
The coordination's properties relation.
CreateCoordinationInput.contacts ● RelatedContactsInput input
The coordination's contacts relation.
CreateCoordinationInput.projects ● RelatedProjectsInput input
The coordination's projects relation.
CreateCoordinationInput.tasks ● RelatedTasksInput input
The coordination's tasks relation.
CreateCoordinationInput.letters ● RelatedLettersInput input
The coordination's letters relation.
CreateCoordinationInput.specifications ● RelatedSpecificationsInput input
The coordination's specifications relation.
CreateCoordinationInput.tags ● RelatedTagsInput input
The coordination's tags relation.
CreateCoordinationInput.copyRelations ● CopyRelationsInput input
The relations that should be copied from another entity.
Member Of
createCoordination mutation