ExtractFilesInput
The parameters to specify a zip extraction files job.
input ExtractFilesInput {
files: [FileExtractionRuleInput!]!
source: SourceDataInput!
webhook: URL
}
Fields
ExtractFilesInput.files ● [FileExtractionRuleInput!]! non-null input
Specifies the rules of extraction. A file will only be extracted using the first rule it matches and the rules will be applied in the order they appear in the array.
ExtractFilesInput.source ● SourceDataInput! non-null input
The zip file source.
ExtractFilesInput.webhook ● URL scalar
The URL to post a notification to when the job has finished.
Member of
extractFiles mutation