Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
1e16miin committed Sep 4, 2024
1 parent bf8fd8f commit 0652253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/graphql/sdl.clj
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
[_schema _field-def _opts])

(defn extract-field-args
"재귀적으로 max-depth까지 필드의 인자를 모두 찾아서 반환"
"재귀적으로 `max-depth`까지 필드의 인자를 모두 찾아서 반환"
([schema type]
(extract-field-args schema type {:max-depth 3}))
([schema type {:keys [depth max-depth fields-map]
Expand Down

0 comments on commit 0652253

Please sign in to comment.