modifyHttpDataSource
This mutation selects a Data Source by its ID or unique name and modifies it to have the given unique name, description, and connection settings.
If any of the optional arguments are omitted, those properties will be unchanged on the Data Source.
Arguments
input required ModifyHttpDataSourceInput
input.connectionSettings optional PartialHttpConnectionSettingsInput
The HTTP Data Source's new connection settings. If not provided this property will not be modified.
input.description optional String
The HTTP Data Source's new description. If not provided this property will not be modified.
input.idOrUniqueName required idOrUniqueName
The ID or unique name of the HTTP Data Source to modify.
input.uniqueName optional String
The HTTP Data Source's new unique name. If not provided this property will not be modified.
Returns
Non-null DataSourceResponse
The result of a mutation which creates or modifies a Data Source.
modifyHttpDataSource.dataSource nullable DataSource
The Data Source which was created or modified.