queryAllDescriptors()
Home > @gooddata/sdk-backend-spi > IWorkspacesQuery > queryAllDescriptors
IWorkspacesQuery.queryAllDescriptors() method
Executes the query and returns all workspace descriptors. This is more efficient when you only need workspace metadata (id, title, etc.) and don't need the full workspace services.
Signature:
queryAllDescriptors(): Promise<IWorkspaceDescriptor[]>;
Returns:
Promise<IWorkspaceDescriptor[]>