Skip to content

DestroyInternalCommentInput

Autogenerated input type of DestroyInternalComment

Fields

id · ID! · required · the id of the comment to delete

Used By

Definition

"""
Autogenerated input type of DestroyInternalComment
"""
input DestroyInternalCommentInput {
"""
the id of the comment to delete
"""
id: ID!
}