Point
No description
type Point {
archivedDate: DateTime
attachments: [Attachment]!
author: User
authorId: UUID
category: Category
code: String
codeNum: String!
comments: [Comment]!
customFields: [CustomField]!
date: DateTime!
dueDate: DateTime
entityCreationDate: DateTime!
entityVersion: Int!
formItemId: UUID
hasAttachment: Boolean!
id: UUID!
inCharge: [Chargee!]!
isArchived: Boolean!
isUrgent: Boolean!
lastModificationUserId: UUID
listId: UUID!
locationId: UUID
modificationDate: DateTime!
parentFormId: UUID
problemLocation: ProblemLocation
project: Project
projectId: UUID!
sequenceVersion: BigInt!
status: Status
subject: String!
}