Skip to content

deleteFormAnswerGroupInput

Autogenerated input type of deleteFormAnswerGroup

Fields

deprecated DO NOT USE
user_id · ID · If passed, the connection between a form_answer_group and a group appointment for the given user will be removed

Used By

Definition

"""
Autogenerated input type of deleteFormAnswerGroup
"""
input deleteFormAnswerGroupInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
id: ID
"""
If passed, the connection between a form_answer_group and a group appointment for the given user will be removed
"""
user_id: ID
}