Skip to content

createCustomModuleInput

Autogenerated input type of createCustomModule

Fields

deprecated DO NOT USE
metadata · String · A serialized JSON string of metadata. Maximum character limit of 128,000.

Used By

Definition

"""
Autogenerated input type of createCustomModule
"""
input createCustomModuleInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
custom_module_form_id: String
external_id: String
external_id_type: String
index: Int
is_custom: Boolean
label: String
"""
A serialized JSON string of metadata. Maximum character limit of 128,000.
"""
metadata: String
mod_type: String
options: String
parent_custom_module_id: String
required: Boolean
sublabel: String
}