Skip to content

Commit

Permalink
docs(graphql): fix typo in entity.graphql (#11764)
Browse files Browse the repository at this point in the history
  • Loading branch information
vejeta authored Nov 1, 2024
1 parent e609ff8 commit b58ffb6
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 b58ffb6

Please sign in to comment.