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
I'm using gql-query-builder with an object that I insert into the query as a variable, however, console.log shows that all the fields in the object are being printed with single and not double quotes, which violates the GraphQL syntax?
The text was updated successfully, but these errors were encountered:
I'm using gql-query-builder with an object that I insert into the query as a variable, however,
console.log
shows that all the fields in the object are being printed with single and not double quotes, which violates the GraphQL syntax?The text was updated successfully, but these errors were encountered: