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
createStatement( message: "I had ...I wanted" ){id}
Error: There is no such fragment: I at /Users/bridebook2/dev/supplierT/node_modules/lokka/index.js:91:19 at Array.forEach (native) at Lokka._findFragments (/Users/bridebook2/dev/supplierT/node_modules/lokka/index.js:88:23)
and generally working with string have a lot of issues, so far I have to escape all characters like single quote, new lines, etc....very inconvenient.... and now this
The text was updated successfully, but these errors were encountered:
When there are dots in string query throws error
createStatement( message: "I had ...I wanted" ){id}
Error: There is no such fragment: I at /Users/bridebook2/dev/supplierT/node_modules/lokka/index.js:91:19 at Array.forEach (native) at Lokka._findFragments (/Users/bridebook2/dev/supplierT/node_modules/lokka/index.js:88:23)
and generally working with string have a lot of issues, so far I have to escape all characters like single quote, new lines, etc....very inconvenient.... and now this
The text was updated successfully, but these errors were encountered: