modifyWebhookDataSource
Modifies the Data Source by the ID or unique name provided with 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 ModifyWebhookDataSourceInput
input.connectionSettings optional PartialWebhookConnectionSettingsInput
The Webhook Data Source's new connection settings. If not provided this property will not be modified.
input.description optional String
The Webhook 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 Webhook Data Source to modify.
input.uniqueName optional String
The Webhook 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.
modifyWebhookDataSource.dataSource nullable DataSource
The Data Source which was created or modified.