ImportDataRequest
An object containing info about the import data request
Fields
clients_template
· String
· The file type of import created_at
· ISO8601DateTime!
· required · The date and time that the import data request was created 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: ISO8601DateTime!
""" 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!}