#16713·appsmith

[Bug]: GraphQL: don't add quotes around binding as query param when user has already provided quotes

Author: sumitsumCreated Sep 13, 2022Updated Sep 13, 2026
LabelsBugBackendProductionNeeds TriagingLow effortQuery & JS PodGraphQL PluginUp for grabs

Is there an existing issue for this?

  • I have searched the existing issues

Description

In the following example the user has already added quotes around the binding, and hence smart substitution should not add quotes:

mutation updateIssueTest{
  updateIssue(input:{id:"{{Table1.triggeredRow.id}}", title:"{{Input2.}}"}){
    issue{
      id
    }
  }
}

Steps To Reproduce

As given in the above example.

Public Sample App

No response

Version

cloud