Skip to main content

BulkDisconnectHubLibraryResourcesPayload

No description

type BulkDisconnectHubLibraryResourcesPayload {
success: Boolean!
disconnectedCount: Int!
error: String
}

Fields

BulkDisconnectHubLibraryResourcesPayload.success ● Boolean! non-null scalar

True when the disconnect completed (including the no-op empty case).

BulkDisconnectHubLibraryResourcesPayload.disconnectedCount ● Int! non-null scalar

Number of hub-library-resource join rows removed.

BulkDisconnectHubLibraryResourcesPayload.error ● String scalar

Error message when the disconnect failed.

Returned By

bulkDisconnectHubLibraryResources mutation