CommentCommentableInput
Provides the fields and values to define the commentable type.
input CommentCommentableInput {
id: ID!
type: CommentCommentableType!
}
Fields
CommentCommentableInput.id ● ID! non-null scalar
The commentable's unique identifier.
CommentCommentableInput.type ● CommentCommentableType! non-null enum
The commentable's type.
Member Of
CreateCommentInput input