GraphQL reference

CreateSovImportRunsPayload

Object

Autogenerated return type of CreateSovImportRuns.

mutation { organization(id: $organizationId) { createSovImportRuns } }

Example

mutation CreateSovImportRuns(
  $organizationId: ID!
  $input: CreateSovImportRunsInput!
) {
  organization(id: $organizationId) {
    createSovImportRuns(input: $input) {
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
constructableUrlString
errors[String!]!