Skip to content

updateDsiCommentInput

Autogenerated input type of updateDsiComment

Fields

deprecated DO NOT USE
content · String! · required

Used By

Definition

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