diff --git a/datahub-graphql-core/src/main/resources/entity.graphql b/datahub-graphql-core/src/main/resources/entity.graphql index b3728aa676..732a782139 100644 --- a/datahub-graphql-core/src/main/resources/entity.graphql +++ b/datahub-graphql-core/src/main/resources/entity.graphql @@ -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 """ @@ -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 """