RemoteTableGenericConnectionConfig is a datatype for the configuration of a generic remote table connection.

This datatype is used by the union datatype, RemoteTableGenericConnectionSensitiveConfig, which is used by the datatype, RemoteTableConfig. That last datatype is used by the createRemoteTableConfig() and updateRemoteTableConfig() mutation fields, as well as the connectRemoteTableConfig() and disconnectRemoteTableConfig() mutations. It's also used by the getRemoteTableConfigsInOrganization() query field. Related to these is the deleteRemoteTableConfig() mutation.

Table: RemoteTableGenericConnectionConfig

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Nov 10, 2025
parameters[RemoteTableGenericConnectionParameter]yes PreviewThe parameters for the generic remote table connection. See RemoteTableGenericConnectionParameter.
remoteUrlstringyes PreviewThe URL for the generic remote table connection.