Skip to content

ImportDataRequest

An object containing info about the import data request

Fields

clients_template · String · The file type of import
created_at · String! · required · The date and time that the import data request was created
display_name · String · The file name
extension · String · The file extension
optional_comment · String · The optional comment of import
request_type · String! · required · The request type

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