-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
andWhere query is throwing an error: Errors converted to json-api Result TypeError: Cannot read property '0' of undefined.
queryFactory: async (opts) => {
const origQuery = await opts.makeQuery(opts);
return origQuery.andWhere({ field: "user_name", operator: "eq", value: "somename" });
}
I have also downloaded the example provided in https://github.com/ethanresnick/json-api-example/tree/v3-wip repo, but the same error has occurred in this example as well.
charles-dr
Metadata
Metadata
Assignees
Labels
No labels