OBJECT

FormTypesToRequest

types of forms that can be requested

link GraphQL Schema definition

  • 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
  • }