Skip to content

Commit 426c22a

Browse files
committed
deprecate globaltags
1 parent 0c117fd commit 426c22a

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

datahub-graphql-core/src/main/resources/entity.graphql

+14-4
Original file line numberDiff line numberDiff line change
@@ -2270,10 +2270,15 @@ type GlossaryTerm implements Entity {
22702270
forms: Forms
22712271

22722272
"""
2273-
Tags used for searching the data platform instance
2273+
Tags on the GlossaryTerm
22742274
"""
22752275
tags: GlobalTags
2276-
globalTags: GlobalTags
2276+
2277+
"""
2278+
Deprecated, use tags field instead
2279+
Tags associated with the field
2280+
"""
2281+
globalTags: GlobalTags @deprecated
22772282
}
22782283

22792284
"""
@@ -2429,10 +2434,15 @@ type GlossaryNode implements Entity {
24292434
forms: Forms
24302435

24312436
"""
2432-
Tags used for searching the data platform instance
2437+
Tags on the GlossaryNode
24332438
"""
24342439
tags: GlobalTags
2435-
globalTags: GlobalTags
2440+
2441+
"""
2442+
Deprecated, use tags field instead
2443+
Tags associated with the field
2444+
"""
2445+
globalTags: GlobalTags @deprecated
24362446
}
24372447

24382448
"""

0 commit comments

Comments
 (0)