KeyValueConfigurationInput is an input datatype for providing static key value pairs for a generic remote table configuration.

This datatype is used by the GenericConnectionConfigInput datatype, which is used by the CreateOrUpdateRemoteTableConfigInput, which is used in turn by the createRemoteTableConfig() and updateRemoteTableConfig() mutation fields.

Table: KeyValueConfigurationInput

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
configKeystringyes PreviewThe key of the configuration.
configValuestringyes PreviewThe value of the configuration.