Skip to content

deleteFormAnswerGroupInput

Autogenerated input type of deleteFormAnswerGroup

Fields

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 {
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
}