From b58ffb665fda58f346d5dd43fa3a538b51e630ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20M=C3=A9ndez=20Rey?= Date: Fri, 1 Nov 2024 05:00:52 +0100 Subject: [PATCH] docs(graphql): fix typo in entity.graphql (#11764) --- datahub-graphql-core/src/main/resources/entity.graphql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datahub-graphql-core/src/main/resources/entity.graphql b/datahub-graphql-core/src/main/resources/entity.graphql index b3728aa676490..732a782139b61 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 """