Skip to content

Commit

Permalink
Remove comments from example
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Nov 13, 2024
1 parent 80cf361 commit 8296e2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/codemods/data-masking/examples/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ const CurrentUserFieldsFragment = gql`

export const GetCurrentUser = gql`
query GetCurrentUser {
currentUser { # eslint-disable-next-line
currentUser {
id
# This is a test to see if comments are maintained
...CurrentUserFields
}
}
Expand Down

0 comments on commit 8296e2e

Please sign in to comment.