mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-04 23:00:25 +00:00
9 lines
141 B
GraphQL
9 lines
141 B
GraphQL
query getExternalRole($urn: String!) {
|
|
role(urn: $urn) {
|
|
properties {
|
|
name
|
|
description
|
|
}
|
|
}
|
|
}
|