twenty icon indicating copy to clipboard operation
twenty copied to clipboard

[Remotes] Edit a connection

Open thomtrp opened this issue 1 year ago • 0 comments

What

Add the possibility to edit the connection.

Image

Image

Opens a new page with the creation form pre-filled

Should we warn the user that it will unsync all tables?

How

Mutation mutation updateServer($input: UpdateRemoteServerInput!) { updateOneRemoteServer(input: $input) { id } }

Input { "input": { "id": <string> "server": <ServerInput> } }

thomtrp avatar Apr 03 '24 08:04 thomtrp