OBJECT

createImportDataRequestPayload

Autogenerated return type of createImportDataRequest.

link GraphQL Schema definition

  • type createImportDataRequestPayload {
  • # DO NOT USE
  • clientMutationId: String @deprecated( reason: "DO NOT USE" )
  • importDataRequest: ImportDataRequest
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }