Skip to content

CopyFormsInput

Autogenerated input type of CopyForms

Fields

deprecated DO NOT USE
id_list · String! · required · List of form IDs
user_id · ID! · required · User ID for user that form copied to

Used 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!
}