CopyFormsInput
Autogenerated input type of CopyForms
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of CopyForms"""input CopyFormsInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" List of form IDs """ id_list: String!
""" User ID for user that form copied to """ user_id: ID!}