Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
docs(graphql): fix deleteTest "Create"->"Delete" (datahub-project#6574)
Browse files Browse the repository at this point in the history
Co-authored-by: Aseem Bansal <[email protected]>
  • Loading branch information
2 people authored and cccs-Dustin committed Feb 1, 2023
1 parent af307f1 commit c6f9d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datahub-graphql-core/src/main/resources/tests.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ extend type Mutation {
updateTest(urn: String!, input: UpdateTestInput!): String

"""
Create an existing test - note that this will NOT delete dangling pointers until the next execution of the test.
Delete an existing test - note that this will NOT delete dangling pointers until the next execution of the test.
"""
deleteTest(urn: String!): Boolean
}
}

0 comments on commit c6f9d64

Please sign in to comment.