Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yomybaby committed Nov 2, 2023
1 parent 1fef536 commit 1adebcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react/src/helper/graphql-transformer.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { parse, print, visit } from 'graphql';

// node 삭제는 enter에서
// 불필요한 arguments나 directive 삭제는 leave에서
// Delete nodes in enter
// Remove unnecessary arguments or directives in leave
export function manipulateGraphQLQueryWithClientDirectives(
query: string,
variables: any = {},
Expand Down

0 comments on commit 1adebcf

Please sign in to comment.