You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We noticed an "Array to string conversion" bug with some of our queries. Not sure if we made the right fix, but we ended up overriding a few classes in order to fix.
We noticed an "Array to string conversion" bug with some of our queries. Not sure if we made the right fix, but we ended up overriding a few classes in order to fix.
GraphQl\Query::constructArguments
:GraphQL\Util\StringLiteralFormatter
:Added these methods:
Not sure if this is the right approach or if we are using this incorrectly, but this did get us past the issues we were running into.
The text was updated successfully, but these errors were encountered: