Queries
comment
Retrieves an item by its ID.
QUERY
comment(id: ID!): CommentArguments
id
ID!
required
Returns
LastSessionId
String
_RepliesCount
Int
Optimized count of replies.
_RunCount
Int
_RunStepCount
Int
_created
DateTime
_etag
String
_updated
DateTime
allBatchedSiblings
[Comment]
deprecated
Removed in July 2025. This field returns an empty list and will be removed in a future release.
batchAdoptedSiblings
[Comment]
deprecated
Removed in July 2025. This field returns an empty list and will be removed in a future release.
batchSiblings
[Comment]
deprecated
Removed in July 2025. This field returns an empty list and will be removed in a future release.
batched
Boolean
content
String
createdBy
User associated with creating related attribute. Returns: relationship object
Arguments
filters
createdByApiClient
createdById
Int!
User id that created this object. Returns: int of user_id
depth
Int!
entity
entityId
Int
id
Int!
lastUpdatedByApiClient
parent
parentId
Int
Return foreign key referencing the same class.
prettyStr
String
procedureFeedback
Boolean!
replies
[Comment]
resolved
Boolean!
run
runStep
slateContent
SlateContent
updatedBy
User associated with updating related attribute. Returns: relationship object
Arguments
filters
updatedById
Int!
User id that updated this object. Returns: int of user_id
Query
Variables
Response