A little help with GraphQL please

I’m new to Weaviate and GraphQL. I have been struggeling with a statement for hours, but still no love:

{
Get {
Trasami_analyse_data {
customer_id
project_id
data_partial
}
}
generate {
nearText {
concepts: [“Sales leads”] # Reconfirm correct usage
limit: 3
groupedTask: “Explain why these sales leads fall under the specified date range.”
}
}
}
I’d really appreciate if someone could point me in the right direction on this.
This is the error message I get when running the statement in the Weaviate Query Interface: {
“errors”: [
{
“locations”: [
{
“column”: 23,
“line”: 11
}
],
“message”: “Syntax Error GraphQL request (11:23) Expected Name, found [\n\n10: nearText {\n11: concepts: ["Sales leads"] # Reconfirm correct usage\n ^\n12: limit: 3\n”,
“path”: null
}
]
}
Thanks!

hi @Bjellis !!

Sorry for the delay here. Missed this message :grimacing:

Were you able to solve this?