Skip to content

FormTypesToRequest

types of forms that can be requested

Fields

id · String! · required · The unique identifier of the object
is_video · Boolean · Whether the form contains only one custom_module with mod_type 'video' and was created as part of a program
item_type · String · Type of form to request
name · String · The given name of the template

Used By

Definition

"""
types of forms that can be requested
"""
type FormTypesToRequest {
"""
The unique identifier of the object
"""
id: String!
"""
Whether the form contains only one custom_module with mod_type 'video' and was created as part of a program
"""
is_video: Boolean
"""
Type of form to request
"""
item_type: String
"""
The given name of the template
"""
name: String
}