Skip to content

Commit

Permalink
Update entity.graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoyce0510 authored Aug 2, 2024
1 parent bc513e3 commit 8a92d84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions datahub-graphql-core/src/main/resources/entity.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ type Query {
"""
view(urn: String!): DataHubView

"""
Fetch a Form by primary key (urn)
"""
form(urn: String!): Form

"""
Fetch a Role by primary key (urn)
"""
Expand Down

0 comments on commit 8a92d84

Please sign in to comment.