Skip to content

Commit

Permalink
fix(graphql-core):Auto completion/suggestion of Domains are not worki…
Browse files Browse the repository at this point in the history
…ng (datahub-project#10150)

Co-authored-by: si-chakraborty <si.chakraborty@adevinta.com>
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
  • Loading branch information
3 people committed Apr 5, 2024
1 parent 3d6d4f4 commit 31c7ccc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ private SearchUtils() {}
EntityType.CORP_USER,
EntityType.CORP_GROUP,
EntityType.NOTEBOOK,
EntityType.DATA_PRODUCT);
EntityType.DATA_PRODUCT,
EntityType.DOMAIN);

/** Entities that are part of browse by default */
public static final List<EntityType> BROWSE_ENTITY_TYPES =
Expand Down

0 comments on commit 31c7ccc

Please sign in to comment.