This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
datahub
Watch
2
Star
0
Fork
0
You've already forked datahub
mirror of
https://github.com/datahub-project/datahub.git
synced
2025-08-13 19:57:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
datahub
/
datahub-web-react
/
src
/
graphql
/
accessrole.graphql
9 lines
141 B
GraphQL
Raw
Normal View
History
Unescape
Escape
feat(UI): AccessManagement UI to access the role metadata for a dataset (#8541) Co-authored-by: Ramendra Srivastava <ramsrivastava@paypal.com>
2023-09-08 23:10:49 +05:30
query
getExternalRole
(
$urn
:
String
!
)
{
role
(
urn
:
$urn
)
{
properties
{
name
description
}
}
ci(ui): Add prettier to CI (#10741)
2024-06-21 11:03:56 -07:00
}
Reference in New Issue
Copy Permalink