CatalogExport
Result of catalogExport mutation.
type CatalogExport {
ok: Boolean
plugin: ID
pluginsErrors: [PluginError!]!
}
Fields
CatalogExport.ok ● Boolean scalar
Whether the export was successful.
CatalogExport.plugin ● ID scalar
Plugin ID used for export.
CatalogExport.pluginsErrors ● [PluginError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
catalogExport mutation