Skip to main content

Comment

No description

type Comment implements Node {
nodeId: ID!
id: String!
stepId: String
accountId: String!
text: String!
version: Int!
deletedAt: Datetime
updatedAt: Datetime!
createdAt: Datetime!
workspaceId: String!
type: String!
internal: Boolean!
parentCommentId: String
mentionedCommentId: String
sectionId: String
accordId: String
discussionId: String
workspace: Workspace
authorAccount: Account
authorProfile: Profile
step: Step
section: Section
parentComment: Comment
mentionedComment: Comment
accord: Accord
discussion: Discussion
commentsByParentCommentIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CommentsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CommentCondition
filter: CommentFilter
): CommentsConnection!
commentsByParentCommentId(
first: Int
offset: Int
orderBy: [CommentsOrderBy!]
condition: CommentCondition
filter: CommentFilter
): [Comment!]!
commentsByMentionedCommentIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CommentsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CommentCondition
filter: CommentFilter
): CommentsConnection!
commentsByMentionedCommentId(
first: Int
offset: Int
orderBy: [CommentsOrderBy!]
condition: CommentCondition
filter: CommentFilter
): [Comment!]!
commentReactionsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CommentReactionsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CommentReactionCondition
filter: CommentReactionFilter
): CommentReactionsConnection!
commentReactions(
first: Int
offset: Int
orderBy: [CommentReactionsOrderBy!]
condition: CommentReactionCondition
filter: CommentReactionFilter
): [CommentReaction!]!
}

Fields

Comment.nodeId ● ID! non-null scalar

A globally unique identifier. Can be used in various places throughout the system to identify this single value.

Comment.id ● String! non-null scalar

Comment.stepId ● String scalar

Comment.accountId ● String! non-null scalar

Comment.text ● String! non-null scalar

Comment.version ● Int! non-null scalar

Comment.deletedAt ● Datetime scalar

Comment.updatedAt ● Datetime! non-null scalar

Comment.createdAt ● Datetime! non-null scalar

Comment.workspaceId ● String! non-null scalar

Comment.type ● String! non-null scalar

Comment.internal ● Boolean! non-null scalar

Comment.parentCommentId ● String scalar

Comment.mentionedCommentId ● String scalar

Comment.sectionId ● String scalar

Comment.accordId ● String scalar

Comment.discussionId ● String scalar

Comment.workspace ● Workspace object

Reads a single Workspace that is related to this Comment.

Comment.authorAccount ● Account object

Reads a single Account that is related to this Comment.

Comment.authorProfile ● Profile object

Reads a single Profile that is related to this Comment.

Comment.step ● Step object

Reads a single Step that is related to this Comment.

Comment.section ● Section object

Reads a single Section that is related to this Comment.

Comment.parentComment ● Comment object

Reads a single Comment that is related to this Comment.

Comment.mentionedComment ● Comment object

Reads a single Comment that is related to this Comment.

Comment.accord ● Accord object

Reads a single Accord that is related to this Comment.

Comment.discussion ● Discussion object

Reads a single Discussion that is related to this Comment.

Comment.commentsByParentCommentIdConnection ● CommentsConnection! non-null object

Reads and enables pagination through a set of Comment.

Comment.commentsByParentCommentIdConnection.first ● Int scalar

Only read the first n values of the set.

Comment.commentsByParentCommentIdConnection.last ● Int scalar

Only read the last n values of the set.

Comment.commentsByParentCommentIdConnection.offset ● Int scalar

Skip the first n values from our after cursor, an alternative to cursor based pagination. May not be used with last.

Comment.commentsByParentCommentIdConnection.before ● Cursor scalar

Read all values in the set before (above) this cursor.

Comment.commentsByParentCommentIdConnection.after ● Cursor scalar

Read all values in the set after (below) this cursor.

Comment.commentsByParentCommentIdConnection.orderBy ● [CommentsOrderBy!] list enum

The method to use when ordering Comment.

Comment.commentsByParentCommentIdConnection.condition ● CommentCondition input

A condition to be used in determining which values should be returned by the collection.

Comment.commentsByParentCommentIdConnection.filter ● CommentFilter input

A filter to be used in determining which values should be returned by the collection.

Comment.commentsByParentCommentId ● [Comment!]! non-null object

Reads and enables pagination through a set of Comment.

Comment.commentsByParentCommentId.first ● Int scalar

Only read the first n values of the set.

Comment.commentsByParentCommentId.offset ● Int scalar

Skip the first n values.

Comment.commentsByParentCommentId.orderBy ● [CommentsOrderBy!] list enum

The method to use when ordering Comment.

Comment.commentsByParentCommentId.condition ● CommentCondition input

A condition to be used in determining which values should be returned by the collection.

Comment.commentsByParentCommentId.filter ● CommentFilter input

A filter to be used in determining which values should be returned by the collection.

Comment.commentsByMentionedCommentIdConnection ● CommentsConnection! non-null object

Reads and enables pagination through a set of Comment.

Comment.commentsByMentionedCommentIdConnection.first ● Int scalar

Only read the first n values of the set.

Comment.commentsByMentionedCommentIdConnection.last ● Int scalar

Only read the last n values of the set.

Comment.commentsByMentionedCommentIdConnection.offset ● Int scalar

Skip the first n values from our after cursor, an alternative to cursor based pagination. May not be used with last.

Comment.commentsByMentionedCommentIdConnection.before ● Cursor scalar

Read all values in the set before (above) this cursor.

Comment.commentsByMentionedCommentIdConnection.after ● Cursor scalar

Read all values in the set after (below) this cursor.

Comment.commentsByMentionedCommentIdConnection.orderBy ● [CommentsOrderBy!] list enum

The method to use when ordering Comment.

Comment.commentsByMentionedCommentIdConnection.condition ● CommentCondition input

A condition to be used in determining which values should be returned by the collection.

Comment.commentsByMentionedCommentIdConnection.filter ● CommentFilter input

A filter to be used in determining which values should be returned by the collection.

Comment.commentsByMentionedCommentId ● [Comment!]! non-null object

Reads and enables pagination through a set of Comment.

Comment.commentsByMentionedCommentId.first ● Int scalar

Only read the first n values of the set.

Comment.commentsByMentionedCommentId.offset ● Int scalar

Skip the first n values.

Comment.commentsByMentionedCommentId.orderBy ● [CommentsOrderBy!] list enum

The method to use when ordering Comment.

Comment.commentsByMentionedCommentId.condition ● CommentCondition input

A condition to be used in determining which values should be returned by the collection.

Comment.commentsByMentionedCommentId.filter ● CommentFilter input

A filter to be used in determining which values should be returned by the collection.

Comment.commentReactionsConnection ● CommentReactionsConnection! non-null object

Reads and enables pagination through a set of CommentReaction.

Comment.commentReactionsConnection.first ● Int scalar

Only read the first n values of the set.

Comment.commentReactionsConnection.last ● Int scalar

Only read the last n values of the set.

Comment.commentReactionsConnection.offset ● Int scalar

Skip the first n values from our after cursor, an alternative to cursor based pagination. May not be used with last.

Comment.commentReactionsConnection.before ● Cursor scalar

Read all values in the set before (above) this cursor.

Comment.commentReactionsConnection.after ● Cursor scalar

Read all values in the set after (below) this cursor.

Comment.commentReactionsConnection.orderBy ● [CommentReactionsOrderBy!] list enum

The method to use when ordering CommentReaction.

Comment.commentReactionsConnection.condition ● CommentReactionCondition input

A condition to be used in determining which values should be returned by the collection.

Comment.commentReactionsConnection.filter ● CommentReactionFilter input

A filter to be used in determining which values should be returned by the collection.

Comment.commentReactions ● [CommentReaction!]! non-null object

Reads and enables pagination through a set of CommentReaction.

Comment.commentReactions.first ● Int scalar

Only read the first n values of the set.

Comment.commentReactions.offset ● Int scalar

Skip the first n values.

Comment.commentReactions.orderBy ● [CommentReactionsOrderBy!] list enum

The method to use when ordering CommentReaction.

Comment.commentReactions.condition ● CommentReactionCondition input

A condition to be used in determining which values should be returned by the collection.

Comment.commentReactions.filter ● CommentReactionFilter input

A filter to be used in determining which values should be returned by the collection.

Interfaces

Node interface

An object with a globally unique ID.

Returned By

comment query ● commentByNodeId query ● comments query

Member Of

Accord object ● Account object ● Comment object ● CommentReaction object ● CommentsConnection object ● CommentsEdge object ● CreateCommentPayload object ● CreateCommentReactionPayload object ● DeleteCommentPayload object ● DeleteCommentReactionPayload object ● Discussion object ● Profile object ● RecoverCommentPayload object ● Section object ● Step object ● UpdateCommentPayload object ● UpsertCommentReactionPayload object ● Workspace object