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

Table: GenericParameterInput

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: Nov 10, 2025
parameterConfigLongLongParameterInput  PreviewThe parameter, if it is a long parameter. See LongParameterInput.
parameterConfigStringStringParameterInput  PreviewThe parameter, if it is a string parameter. See StringParameterInput.
parameterNamestringyes PreviewThe name of the generic table config parameter. Must be unique in the config. Cannot be empty.