Skip to main content
Version: Canary 🚧

PageTypeBulkDelete

Delete page types.

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

Fields

PageTypeBulkDelete.count ● Int! non-null scalar

Returns how many objects were affected.

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

DEPRECATED

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

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

Returned by

pageTypeBulkDelete mutation


Was this page helpful?