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 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: 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.