Skip to content

questionBankModules

Fetch generic custom modules for use in the form builder

Arguments

Returns

[CustomModule!]

Example

query questionBankModules($category: String) {
questionBankModules(category: $category) {
controls_conditional_modules
copied_from_form_name
custom_module_condition
custom_module_form
custom_module_form_id
custom_module_form_section_id
external_id
external_id_type
hipaa_name
id
is_custom
label
metadata
mod_type
options
options_array
other_module_ids_to_autoscore_on
parent_custom_module_id
position
position_integer
required
sublabel
}
}