mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-15 20:57:15 +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(
|
updateERModelRelationship(
|
||||||
"The urn of the ERModelRelationship to update"
|
"The urn of the ERModelRelationship to update"
|
||||||
urn: String!,
|
urn: String!,
|
||||||
"Input required to updat an existing DataHub View"
|
"Input required to update an existing DataHub View"
|
||||||
input: ERModelRelationshipUpdateInput!): Boolean
|
input: ERModelRelationshipUpdateInput!): Boolean
|
||||||
|
|
||||||
"""
|
"""
|
||||||
@ -795,7 +795,7 @@ type Mutation {
|
|||||||
updateView(
|
updateView(
|
||||||
"The urn of the View to update"
|
"The urn of the View to update"
|
||||||
urn: String!,
|
urn: String!,
|
||||||
"Input required to updat an existing DataHub View"
|
"Input required to update an existing DataHub View"
|
||||||
input: UpdateViewInput!): DataHubView
|
input: UpdateViewInput!): DataHubView
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user