@ -15,7 +15,7 @@ export class RemoteTableResolver {
|
||||
constructor(private readonly remoteTableService: RemoteTableService) {}
|
||||
|
||||
@Query(() => [RemoteTableDTO])
|
||||
async findAvailableRemoteTablesByServerId(
|
||||
async findDistantTablesWithStatus(
|
||||
@Args('input') input: FindManyRemoteTablesInput,
|
||||
@AuthWorkspace() { id: workspaceId }: Workspace,
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user