Skip to content

createDsiCommentInput

Autogenerated input type of createDsiComment

Fields

content · String! · required

Used By

Definition

"""
Autogenerated input type of createDsiComment
"""
input createDsiCommentInput {
content: String!
intervention_type: InterventionType!
}