InternalComment
An internal comment for tracking work on tasks and other objects
Fields
Used By
Definition
"""An internal comment for tracking work on tasks and other objects"""type InternalComment { """ The content of this comment """ content: String!
""" The date on which the comment was created """ created_at: ISO8601DateTime!
""" Has the comment been edited since it was first created? """ edited: Boolean!
""" The unique identifier of the internal comment """ id: ID!
""" Provider who created the comment """ provider: User!
""" The date on which the comment was last updated """ updated_at: ISO8601DateTime!}