Skip to content

createCustomModuleFormInput

Autogenerated input type of createCustomModuleForm

Fields

deprecated DO NOT USE
metadata · String · Maximum character limit of 10,000.

Used By

Definition

"""
Autogenerated input type of createCustomModuleForm
"""
input createCustomModuleFormInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
external_id: String
external_id_type: String
is_video: Boolean
"""
Maximum character limit of 10,000.
"""
metadata: String
name: String
on_completion_ifs_tag_id: String
prefill: Boolean
use_for_charting: Boolean
use_for_program: Boolean
}