OBJECT
ImportRecipe
types.import_recipe
link GraphQL Schema definition
- type ImportRecipe {
- # The ID of the entity.
- : Int64Bit!
- # The ID of a User.
- : Int64Bit
- # The identifier of a unique batch at Flatfile.
- : String
- # The unique identifier of an import at Sonar.
- : String
- # The status.
- : ImportStatus
- # The progress of an import as a percentage.
- : Int64Bit
- # Any errors encountered for this import.
- : Clob
- # How many records passed validation checks during import.
- : Int64Bit
- # How many records did not pass validation checks during import.
- : Int64Bit
- # A hash of the data content of an import.
- : String
- # The date and time that this starts.
- : Datetime
- # The connection wrapper around the `Import` type.
- : ImportConnection!
- }