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