customModuleFormsCount
Fetch paginated count for provider custom module forms
Arguments
include_default_templates
· Boolean
· Default templates are global form templates that are available to any organization (specifically Free Text and ADIME form templates) Returns
Int
Example
query customModuleFormsCount( $active_status: Boolean $category: String $include_default_templates: Boolean $keywords: String $sort_by: String) { customModuleFormsCount( active_status: $active_status category: $category include_default_templates: $include_default_templates keywords: $keywords sort_by: $sort_by )}