PageTypeBulkDelete
Delete page types.
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
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
PageTypeBulkDelete.errors ● [PageError!]! non-null object
Returned by
pageTypeBulkDelete mutation
Was this page helpful?