deleteDataSource
deleteDataSource(
id: ID!
): DeleteDataSourceResult!Arguments
id ● ID! non-null scalar
Type
DeleteDataSourceResult union
Last updated
Was this helpful?
Delete a data source. This will mark the data source as deleted and start cleaning up everything in it asynchronously. This action is destructive and cannot be undone!
deleteDataSource(
id: ID!
): DeleteDataSourceResult!ID! non-null scalarDeleteDataSourceResult unionLast updated
Was this helpful?
Was this helpful?