OBJECT

ImportDataRequest

An object containing info about the import data request

link GraphQL Schema definition

  • type ImportDataRequest {
  • # The file type of import
  • clients_template: String
  • # The date and time that the import data request was created
  • created_at: String!
  • # The file name
  • display_name: String
  • # The file extension
  • extension: String
  • # The optional comment of import
  • optional_comment: String
  • # The request type
  • request_type: String!
  • }