Skip to content

Commit

Permalink
Update entity.graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-radhakrishnan authored Jun 7, 2022
1 parent e2d283c commit d74bb1a
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 @@ -162,7 +162,7 @@ type Query {
"""
Get whether or not not an entity exists
"""
getDoesEntityExist(urn: String!): Boolean
entityExisst(urn: String!): Boolean
}

"""
Expand Down Expand Up @@ -8145,4 +8145,4 @@ input StringMapEntryInput {
The value fo the map entry
"""
value: String
}
}

0 comments on commit d74bb1a

Please sign in to comment.