Skip to main content

BulkExportArticlesPayload

Autogenerated return type of BulkExportArticles.

type BulkExportArticlesPayload {
clientMutationId: String
data: Boolean
errors: [Error!]!
}

Fields

BulkExportArticlesPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

BulkExportArticlesPayload.data ● Boolean scalar

BulkExportArticlesPayload.errors ● [Error!]! non-null object

List of errors

Returned By

bulkExportArticles mutation