ImportDataRequest
An object containing info about the import data request
Fields
clients_template
· String
· The file type of import display_name
· String
· The file name optional_comment
· String
· The optional comment of import Used By
Definition
"""An object containing info about the import data request"""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!}