Closed macalinao closed 6 years ago
Getting this error:
Variable '$queues' expected value of type '[Queue!]' but got: [Ljava.lang.Object;@5d2e43ec
where Queue is an EnumType.
Queue
I'm passing in queues as a JSON array (looks like ["RANKED_SOLO_SR"]). I am using the Jackson unmarshaller. Thanks!
queues
["RANKED_SOLO_SR"]
problem was with the way i was passing stuff in (finatra)
Getting this error:
where
Queue
is an EnumType.I'm passing in
queues
as a JSON array (looks like["RANKED_SOLO_SR"]
). I am using the Jackson unmarshaller. Thanks!