Vincit / venia

Clojure(Script) graphql query generation
Eclipse Public License 1.0
197 stars 20 forks source link

Add list support for :variable/type #28

Open r0man opened 6 years ago

r0man commented 6 years ago

Hello @macluck,

I would like to use list types in my GraphQL variables, but it looks like venia doesn't support this yet. This PR adds support for this.

Would you like to merge this?

Roman

brownsf commented 6 years ago

this would be a big help for me

Any idea on a timetable?

stevebuik commented 5 years ago

this would be useful for me as well. Thanks @r0man for the impl.

r0man commented 5 years ago

@stevebuik I recently built another query language for graphql. you may find this useful. it should support your use case. https://github.com/r0man/grafeo

stevebuik commented 5 years ago

Cool. I'll give it a side-by-side try.