deleteFormAnswerGroupInput
Autogenerated input type of deleteFormAnswerGroup
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed 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}