paypal / mocca

Mocca is a GraphQL client for JVM languages with the goal of being easy to use, flexible and modular.
MIT License
15 stars 14 forks source link

Handle lists of primitives and objects #29

Closed jamesmartinpp closed 3 years ago

jamesmartinpp commented 3 years ago

16 Add support for serialization of lists in requests

fabiocarvalho777 commented 3 years ago

This PR addresses issue #24 (when it comes to adding support for Lists in the GraphQL variables section).