Skip to main content
Version: Canary 🚧

PageBulkDelete

Deletes pages.

Requires MANAGE_PAGESpermission.
type PageBulkDelete {
count: Int!
pageErrors: [PageError!]! @deprecated
errors: [PageError!]!
}

Fields

PageBulkDelete.count ● Int! non-null scalar

Returns how many objects were affected.

PageBulkDelete.pageErrors ● [PageError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

PageBulkDelete.errors ● [PageError!]! non-null object

Returned by

pageBulkDelete mutation


Was this page helpful?