CreateSovImportRunsPayload
ObjectAutogenerated return type of CreateSovImportRuns.
mutation { organization(id: $organizationId) { createSovImportRuns } }
Example
mutation CreateSovImportRuns(
$organizationId: ID!
$input: CreateSovImportRunsInput!
) {
organization(id: $organizationId) {
createSovImportRuns(input: $input) {
errors
}
}
}