Coordination
Represents information about a coordination.
type Coordination {
id: ID!
number: String
status: RelatedStatusType
startAt: Date
receivedAt: Date
agreedAt: Date
dueAt: Date
type: CoordinationType
stage: CoordinationStage
jobNumber: String
jobName: String
externalCode: String
processingPeriod: Int
filePath: String @deprecated
filesPath: String
description: String
terms: String
isMember: Boolean
isResponsible: Boolean
comments: [Comment!]!
followers: [User!]
creator: User
createdAt: DateTimeTz!
updatedAt: DateTimeTz!
deletedAt: DateTimeTz
members(
where: CoordinationMembersWhereWhereConditions
orderBy: [CoordinationMembersOrderByOrderByClause!]
first: Int! = 10
after: String
): CoordinationMembersEdgeConnection!
responsible(first: Int! = 10, after: String): CoordinationMembersEdgeConnection!
contacts(
where: CoordinationContactsWhereWhereConditions
orderBy: [CoordinationContactsOrderByOrderByClause!]
first: Int! = 10
after: String
): ContactConnection!
properties(
where: CoordinationPropertiesWhereWhereConditions
orderBy: [CoordinationPropertiesOrderByOrderByClause!]
first: Int! = 10
after: String
): PropertyConnection!
projects(
where: CoordinationProjectsWhereWhereConditions
orderBy: [CoordinationProjectsOrderByOrderByClause!]
first: Int! = 10
after: String
): ProjectConnection!
tasks(
where: CoordinationTasksWhereWhereConditions
orderBy: [CoordinationTasksOrderByOrderByClause!]
first: Int! = 10
after: String
): TaskConnection!
letters(
where: CoordinationLettersWhereWhereConditions
orderBy: [CoordinationLettersOrderByOrderByClause!]
first: Int! = 10
after: String
): LetterConnection!
specifications(
where: CoordinationSpecificationsWhereWhereConditions
orderBy: [CoordinationSpecificationsOrderByOrderByClause!]
first: Int! = 10
after: String
): SpecificationConnection!
tags(
where: CoordinationTagsWhereWhereConditions
orderBy: [CoordinationTagsOrderByOrderByClause!]
first: Int! = 10
after: String
): TagConnection!
files(
where: CoordinationFilesWhereWhereConditions
orderBy: [CoordinationFilesOrderByOrderByClause!]
first: Int! = 10
after: String
): FileConnection!
}
Fields
Coordination.id ● ID! non-null scalar
Coordination's unique identifier.
Coordination.number ● String scalar
The coordination's number.
Coordination.status ● RelatedStatusType object
The coordination's status.
Coordination.startAt ● Date scalar
Start date of the coordination.
Coordination.receivedAt ● Date scalar
Received date of the coordination.
Coordination.agreedAt ● Date scalar
Agreed date of the coordination.
Coordination.dueAt ● Date scalar
Due date of the coordination.
Coordination.type ● CoordinationType object
The coordination's group.
Coordination.stage ● CoordinationStage object
The coordination's stage.
Coordination.jobNumber ● String scalar
The coordination's job number.
Coordination.jobName ● String scalar
The coordination's job name.
Coordination.externalCode ● String scalar
The coordination's external code.
Coordination.processingPeriod ● Int scalar
The coordination's processing period (in days).
Coordination.filePath ● String deprecated scalar
DEPRECATED
Use filesPath instead
The coordination's file path.
Coordination.filesPath ● String scalar
The coordination's files path.
Coordination.description ● String scalar
The coordination's description.
Coordination.terms ● String scalar
The coordination's terms.
Coordination.isMember ● Boolean scalar
Determine whether the current user is this coordination's member.
Coordination.isResponsible ● Boolean scalar
Determine whether the current user is this coordination's responsible member.
Coordination.comments ● [Comment!]! non-null object
The coordination's comments.