Skip to content

Commit

Permalink
Add ChunkedSeq concrete type to protocol
Browse files Browse the repository at this point in the history
Solves #9
  • Loading branch information
transducer authored and madvas committed Mar 23, 2022
1 parent 3ffc6fe commit d77e837
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/graphql_query/core.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
(arg->str [arg] (str "{" (arguments->str arg) "}"))
PersistentVector
(arg->str [arg] (sequential->str arg))
ChunkedSeq
(arg->str [arg] (sequential->str arg))
IndexedSeq
(arg->str [arg] (sequential->str arg))
LazySeq
Expand Down

0 comments on commit d77e837

Please sign in to comment.