createHttpDataSource
This mutation creates a new HTTP Data Source from the given settings.
The mutation returns the newly created Data Source (or an error message if creating the Data Source fails).
Arguments
input required CreateHttpDataSourceInput
Returns
Non-null DataSourceResponse
The result of a mutation which creates or modifies a Data Source.
createHttpDataSource.dataSource nullable DataSource
The Data Source which was created or modified.