Skip to content

Commit

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

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

0 comments on commit 80cf361

Please sign in to comment.