mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-15 12:46:53 +00:00
docs(graphql): fix typo in entity.graphql (#11764)
This commit is contained in:
parent
e609ff810d
commit
b58ffb665f
@ -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
|
||||
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user