ExtractFilesInput
The parameters to specify a zip extraction files job.
input ExtractFilesInput {
source: SourceDataInput!
files: [FileExtractionRuleInput!]!
webhook: URL
}
Fields
ExtractFilesInput.source
● SourceDataInput!
non-null input
The zip file source.
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.webhook
● URL
scalar
The URL to post a notification to when the job has finished.
Member of
extractFiles
mutation