createSource
mutation
createSourceRestricted Access
This endpoint access is restricted. Please reach out to your point of contact at Catalog if you are interested.
This mutation allows you to create a single custom warehouse source to administrate through this API.
This comes with some restrictions:
- The created source will have a few fields with enforced values:
originset toAPItypeset toWAREHOUSEtechnologyset toGENERIC_WAREHOUSE
- You will only be allowed **a single source** from this API (use the
updateSourcemutation to edit or delete it)
createSource(
data: CreateSourceInput!
): Source!