Skip to content

Commit

Permalink
Update entity.graphql. Fix typographical error
Browse files Browse the repository at this point in the history
Fix a typographical error
  • Loading branch information
vejeta authored Oct 30, 2024
1 parent 5c0377a commit 539672d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datahub-graphql-core/src/main/resources/entity.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ type Mutation {
updateERModelRelationship(
"The urn of the ERModelRelationship to update"
urn: String!,
"Input required to updat an existing DataHub View"
"Input required to update an existing DataHub View"
input: ERModelRelationshipUpdateInput!): Boolean

"""
Expand Down Expand Up @@ -795,7 +795,7 @@ type Mutation {
updateView(
"The urn of the View to update"
urn: String!,
"Input required to updat an existing DataHub View"
"Input required to update an existing DataHub View"
input: UpdateViewInput!): DataHubView

"""
Expand Down

0 comments on commit 539672d

Please sign in to comment.