Commit 426c22a 1 parent 0c117fd commit 426c22a Copy full SHA for 426c22a
File tree 1 file changed +14
-4
lines changed
datahub-graphql-core/src/main/resources
1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -2270,10 +2270,15 @@ type GlossaryTerm implements Entity {
2270
2270
forms : Forms
2271
2271
2272
2272
"""
2273
- Tags used for searching the data platform instance
2273
+ Tags on the GlossaryTerm
2274
2274
"""
2275
2275
tags : GlobalTags
2276
- globalTags : GlobalTags
2276
+
2277
+ """
2278
+ Deprecated, use tags field instead
2279
+ Tags associated with the field
2280
+ """
2281
+ globalTags : GlobalTags @deprecated
2277
2282
}
2278
2283
2279
2284
"""
@@ -2429,10 +2434,15 @@ type GlossaryNode implements Entity {
2429
2434
forms : Forms
2430
2435
2431
2436
"""
2432
- Tags used for searching the data platform instance
2437
+ Tags on the GlossaryNode
2433
2438
"""
2434
2439
tags : GlobalTags
2435
- globalTags : GlobalTags
2440
+
2441
+ """
2442
+ Deprecated, use tags field instead
2443
+ Tags associated with the field
2444
+ """
2445
+ globalTags : GlobalTags @deprecated
2436
2446
}
2437
2447
2438
2448
"""
You can’t perform that action at this time.
0 commit comments