Skip to content

Commit

Permalink
refactor(graphql-transformer-core): rename elastic search to searchbl…
Browse files Browse the repository at this point in the history
…e in code comments
  • Loading branch information
danielleadams committed Aug 4, 2021
1 parent febfd05 commit 7ca24f4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,13 +255,13 @@ export class DefaultTransformHost implements TransformHostProvider {
}

/**
* add a new elasticsearch data source to this API
* add a new searchable data source to this API
*
* @param id The data source's id
* @param endpoint The elasticsearch endpoint
* @param region The elasticsearch datasource region
* @param endpoint The searchable endpoint
* @param region The searchable datasource region
* @param options The optional configuration for this data source
* @param stack Stack to which the elasticsearch datasource needs to be created in
* @param stack Stack to which the searchable datasource needs to be created in
*/
protected doAddSearchableDataSource(
id: string,
Expand Down

0 comments on commit 7ca24f4

Please sign in to comment.