Commit 598cda2 1 parent e5486a5 commit 598cda2 Copy full SHA for 598cda2
File tree 2 files changed +2
-48
lines changed
datahub-web-react/src/graphql
2 files changed +2
-48
lines changed Original file line number Diff line number Diff line change @@ -7,30 +7,7 @@ query getBrowseResultsV2($input: BrowseV2Input!) {
7
7
entity {
8
8
urn
9
9
type
10
- ... on Container {
11
- properties {
12
- name
13
- }
14
- }
15
- ... on DataFlow {
16
- properties {
17
- name
18
- }
19
- }
20
- ... on DataPlatformInstance {
21
- platform {
22
- name
23
- properties {
24
- displayName
25
- }
26
- }
27
- instanceId
28
- }
29
- ... on Dataset {
30
- properties {
31
- name
32
- }
33
- }
10
+ ... entityDisplayNameFields
34
11
}
35
12
}
36
13
start
Original file line number Diff line number Diff line change @@ -1308,30 +1308,7 @@ fragment browsePathV2Fields on BrowsePathV2 {
1308
1308
entity {
1309
1309
urn
1310
1310
type
1311
- ... on Container {
1312
- properties {
1313
- name
1314
- }
1315
- }
1316
- ... on DataFlow {
1317
- properties {
1318
- name
1319
- }
1320
- }
1321
- ... on DataPlatformInstance {
1322
- platform {
1323
- name
1324
- properties {
1325
- displayName
1326
- }
1327
- }
1328
- instanceId
1329
- }
1330
- ... on Dataset {
1331
- properties {
1332
- name
1333
- }
1334
- }
1311
+ ... entityDisplayNameFields
1335
1312
}
1336
1313
}
1337
1314
}
You can’t perform that action at this time.
0 commit comments