is it possible to send a Object as parameter into args
for a mutation
?
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
got my answer from the docs.. thanks (https://lacinia.readthedocs.io/en/latest/input-objects.html)