Skip to content

customModuleForms

All form templates for the current user

Arguments

after · Cursor · Cursor to fetch results after

Returns

[CustomModuleForm!]

Example

query customModuleForms(
$after: Cursor
$active_status: Boolean
$category: String
$include_default_templates: Boolean
$keywords: String
$offset: Int
$page_size: Int
$should_paginate: Boolean
$sort_by: String
$order_by: CustomModuleFormOrderKeys
) {
customModuleForms(
after: $after
active_status: $active_status
category: $category
include_default_templates: $include_default_templates
keywords: $keywords
offset: $offset
page_size: $page_size
should_paginate: $should_paginate
sort_by: $sort_by
order_by: $order_by
) {
created_at
cursor
custom_modules
external_id
external_id_type
form_answer_groups
has_matrix_field
has_non_readonly_modules
id
is_video
last_updated_by_user
metadata
name
prefill
updated_at
uploaded_by_healthie_team
use_for_charting
use_for_program
user
}
}