Skip to main content

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

    • input.connectionSettings required HttpConnectionSettingsInput

      The HTTP Data Source's connection settings

    • input.description optional String

      The HTTP Data Source's description.

    • input.uniqueName optional String

      The HTTP Data Source's unique name. If not specified, Propel will set the ID as unique name.


Returns

Non-null DataSourceResponse

The result of a mutation which creates or modifies a Data Source.