INPUT_OBJECT

createRequestedFormInput

Autogenerated input type of createRequestedForm

link GraphQL Schema definition

  • input createRequestedFormInput {
  • custom_module_form_id: ID
  • item_type: String
  • recipient_id: ID
  • ends_on: String
  • form: String
  • frequency: String
  • hour: String
  • is_recurring: Boolean
  • minute: String
  • monthday: String
  • period: String
  • # A comma-separated list of user IDs and/or user group IDs. If passing user group
  • # IDs, they should take the following format: 'group_1,group_2,group_3' You can
  • # pass both user IDs and user group IDs. Example: '1,2,3,group_1,group_2' If you
  • # pass a user group ID, all users in that group will be sent the form.
  • recipient_ids: String
  • recurrence_ends: Boolean
  • weekday: String
  • }