FormTypesToRequest
types of forms that can be requested
Fields
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}