Rename findAvailableTables endpoint (#5557)

As title
This commit is contained in:
Thomas Trompette
2024-05-24 10:57:46 +02:00
committed by GitHub
parent 4bd0aafb8e
commit 18fafbdeb5
6 changed files with 10 additions and 10 deletions

View File

@ -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,
) {