graphql

bartuka 2019-05-18T02:32:34.003200Z

is it possible to send a Object as parameter into args for a mutation?

bartuka 2019-05-18T02:33:27.004400Z

I got a Argument destinations' of field __Mutations/send_mail_template' is not a valid argument type. when tried to pass an argument of type (list :Object) in the edn schema

bartuka 2019-05-18T02:44:34.004700Z

got my answer from the docs.. thanks (https://lacinia.readthedocs.io/en/latest/input-objects.html)