-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Any assistance on adding arrays of values are arguments? I'm getting extra string values which is then causing the queries to fail.
$baseQuery = (new \GraphQL\Actions\Query($class, [
'nearVector' => [
'vector' => "test",
'certainty' => 0.7,
],
'limit' => $limit,
]))
->root()
->query();
Outputs the following
{
Task(nearVector: { "vector" : "test", "certainty" : 0.7 } limit: 100)
}
Whereas it should be
{
Task(nearVector: { vector : "test", certainty : 0.7 } limit: 100)
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels