GenericConnectionConfigInput is an input datatype for a generic remote table configuration. It's used by the CreateOrUpdateRemoteTableConfigInput datatype, which is used by the createRemoteTableConfig() and updateRemoteTableConfig() mutation fields.

Table: GenericConnectionConfigInput

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Dec 1, 2025
parameters[GenericParameterInput]yes PreviewThe parameters for the generic table configuration. See GenericParameterInput.
remoteUrlstringyes PreviewThe URL for the generic table configuration.
staticConfigurations[KeyValueConfigurationInput]yes PreviewAn input list of static key/value pairs. See KeyValueConfigurationInput.