¿Hay alguna forma de que pueda hacer algún tipo de siguiente enfoque?
const myVar =` myFunField `; export const MyFragment = gql` fragment MyFragment on SomeType { MyNode { myAnotherField1 ${myVar} myAnotherField2 } }