| 
									
										
										
										
											2021-08-18 07:39:24 +05:30
										 |  |  | query getGlossaryTerm($urn: String!, $start: Int, $count: Int) {
 | 
					
						
							| 
									
										
										
										
											2021-05-27 07:07:22 +05:30
										 |  |  |     glossaryTerm(urn: $urn) {
 | 
					
						
							|  |  |  |         urn
 | 
					
						
							|  |  |  |         type
 | 
					
						
							|  |  |  |         name
 | 
					
						
							| 
									
										
										
										
											2021-08-06 12:01:06 +05:30
										 |  |  |         hierarchicalName
 | 
					
						
							| 
									
										
										
										
											2021-08-18 07:39:24 +05:30
										 |  |  |         isRealtedTerms: relationships(types: ["IsA"], direction: OUTGOING, start: $start, count: $count) {
 | 
					
						
							|  |  |  |             start
 | 
					
						
							|  |  |  |             count
 | 
					
						
							|  |  |  |             total
 | 
					
						
							|  |  |  |             relationships {
 | 
					
						
							|  |  |  |                 entity {
 | 
					
						
							|  |  |  |                     ... on GlossaryTerm {
 | 
					
						
							|  |  |  |                         urn
 | 
					
						
							|  |  |  |                     }
 | 
					
						
							|  |  |  |                 }
 | 
					
						
							|  |  |  |             }
 | 
					
						
							|  |  |  |         }
 | 
					
						
							|  |  |  |         hasRealtedTerms: relationships(types: ["HasA"], direction: OUTGOING, start: $start, count: $count) {
 | 
					
						
							|  |  |  |             start
 | 
					
						
							|  |  |  |             count
 | 
					
						
							|  |  |  |             total
 | 
					
						
							|  |  |  |             relationships {
 | 
					
						
							|  |  |  |                 entity {
 | 
					
						
							|  |  |  |                     ... on GlossaryTerm {
 | 
					
						
							|  |  |  |                         urn
 | 
					
						
							|  |  |  |                     }
 | 
					
						
							|  |  |  |                 }
 | 
					
						
							|  |  |  |             }
 | 
					
						
							|  |  |  |         }
 | 
					
						
							| 
									
										
										
										
											2021-05-27 07:07:22 +05:30
										 |  |  |         ownership {
 | 
					
						
							|  |  |  |             ...ownershipFields
 | 
					
						
							|  |  |  |         }
 | 
					
						
							|  |  |  |         glossaryTermInfo {
 | 
					
						
							|  |  |  |             definition
 | 
					
						
							|  |  |  |             termSource
 | 
					
						
							|  |  |  |             sourceRef
 | 
					
						
							|  |  |  |             sourceUrl
 | 
					
						
							|  |  |  |             customProperties {
 | 
					
						
							|  |  |  |                 key
 | 
					
						
							|  |  |  |                 value
 | 
					
						
							|  |  |  |             }
 | 
					
						
							|  |  |  |         }
 | 
					
						
							|  |  |  |     }
 | 
					
						
							|  |  |  | }
 |