Skip to main content

DeleteLibraryResourcePayload

Outcome of a delete: success is false and error is set on failure.

type DeleteLibraryResourcePayload {
success: Boolean!
error: String
}

Fields

DeleteLibraryResourcePayload.success ● Boolean! non-null scalar

True when the resource was deleted.

DeleteLibraryResourcePayload.error ● String scalar

Failure message when the delete rolled back, otherwise null.

Returned By

deleteLibraryResource mutation