INPUT_OBJECT

createDocumentInput

Autogenerated input type of createDocument

link GraphQL Schema definition

  • input createDocumentInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • rel_user_id: String
  • file: Upload
  • folder_id: String
  • # A comma-separated list of doc_share_ids
  • share_users: String
  • share_with_rel: Boolean
  • display_name: String
  • description: String
  • file_string: String
  • report_type: String
  • clients_ids: String
  • course_id: String
  • org_level: Boolean
  • rcf_id: ID
  • # Optional. This is passed in when a document is uploaded via a Form Upload
  • # question module. Should be the User ID. Otherwise, nil.
  • on_form_for_user_id: ID
  • from_date: String
  • to_date: String
  • from_program_create: Boolean
  • care_plan_id: ID
  • payout_id: ID
  • include_in_charting: Boolean
  • is_photo_id: Boolean
  • provider_ids: [String]
  • }

link Require by