mirror of
				https://github.com/lingble/twenty.git
				synced 2025-10-31 20:57:55 +00:00 
			
		
		
		
	[feat][Remote objects] Edit a connection (for pg) (#5210)
## Context #4774 ## How was it tested Locally ## In further PRs - Update connection status upon page change - Adapt Info banner to dark mode - placeholders for form
This commit is contained in:
		| @@ -239,6 +239,11 @@ export type FullName = { | ||||
|   lastName: Scalars['String']; | ||||
| }; | ||||
|  | ||||
| export type GetUserMappingOptions = { | ||||
|   __typename?: 'GetUserMappingOptions'; | ||||
|   username?: Maybe<Scalars['String']>; | ||||
| }; | ||||
|  | ||||
| export type InvalidatePassword = { | ||||
|   __typename?: 'InvalidatePassword'; | ||||
|   /** Boolean that confirms query was dispatched */ | ||||
| @@ -574,6 +579,7 @@ export type RemoteServer = { | ||||
|   foreignDataWrapperType: Scalars['String']; | ||||
|   id: Scalars['ID']; | ||||
|   updatedAt: Scalars['DateTime']; | ||||
|   userMappingOptions?: Maybe<GetUserMappingOptions>; | ||||
| }; | ||||
|  | ||||
| export type RemoteTable = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Marie
					Marie