Skip to content

createDsiCommentInput

Autogenerated input type of createDsiComment

Fields

deprecated DO NOT USE
content · String! · required

Used By

Definition

"""
Autogenerated input type of createDsiComment
"""
input createDsiCommentInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
content: String!
intervention_type: InterventionType!
}