OBJECT
CustomModule
A question in a template
link GraphQL Schema definition
- type CustomModule {
- # The name of the form this custom module has been originally copied from
- String :
- # The conditional logic for showing/hiding the custom module
- CustomModuleConditionType :
- # The template that this question is a part of
- CustomModuleForm :
- # The ID of the template the question is a part of
- String :
- # The ID of the form section this custom module belongs to. Used for autoscoring
- ID :
- # Custom column used by API users. Used to relate our form objects with objects in
- # third-party systems
- String :
- # Custom column used by API users. Used to relate our form objects with objects in
- # third-party systems
- String :
- # The name to use in the HIPAA form
- String :
- # The unique identifier of the module
- ID! :
- # Whether this module is a custom module
- Boolean :
- # The label of the question
- String :
- # The type of question
- String :
- # The default options for this question
- String :
- # The options, broken up into an array
- String] : [
- # IDs of of other modules to include in the autoscore calculation
- ID] : [
- # ID of the parent custom module
- String :
- # The position of the question (the lower the earlier the question is shown)
- Float :
- # Whether this question is required to be completed before the form it's in can be
- # saved
- Boolean :
- # The sublabel (descriotipn) of the question
- String :
- }
link Require by
- copyCustomModulePayloadAutogenerated return type of copyCustomModule.
- createCustomModulePayloadAutogenerated return type of createCustomModule.
- CustomModuleFormA template for a form, that can then be filled out
- deleteCustomModulePayloadAutogenerated return type of deleteCustomModule.
- FormAnswerAn answer in a filled form
- QueryThe query root of this schema. See available queries.
- updateCustomModulePayloadAutogenerated return type of updateCustomModule.