Skip to content

updateCustomModuleInput

Autogenerated input type of updateCustomModule

Fields

deprecated DO NOT USE
exclude_from_scribe · Boolean · When true, this field is stripped from the AI Scribe LLM payload. Gated by the ai-scribe-field-exclusion feature flag.
metadata · String · A serialized JSON string of metadata. Maximum character limit of 128,000.

Used By

Definition

"""
Autogenerated input type of updateCustomModule
"""
input updateCustomModuleInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
custom_module_condition: CustomModuleConditionInput
"""
When true, this field is stripped from the AI Scribe LLM payload. Gated by the ai-scribe-field-exclusion feature flag.
"""
exclude_from_scribe: Boolean
external_id: ID
external_id_type: ID
id: ID
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
options_array: [String]
parent_custom_module_id: Int
required: Boolean
sublabel: String
}