DisconnectExternalDrivePayload
No description
type DisconnectExternalDrivePayload {
pendingRefresh: Boolean!
libraryResourceVersion: LibraryResourceVersion
query: Query
}
Fields
DisconnectExternalDrivePayload.pendingRefresh ● Boolean! non-null scalar
True when the disconnect is queued asynchronously (a native PDF refresh must complete before the version's url/originUrl flip). False when the disconnect was applied synchronously (folder or self-hosted file).
DisconnectExternalDrivePayload.libraryResourceVersion ● LibraryResourceVersion object
The library resource version after (or, for native files, before) the disconnect.
DisconnectExternalDrivePayload.query ● Query object
Returned By
disconnectExternalDrive mutation