progressive-amaranthP
Refine4y ago
14 replies
progressive-amaranth

selectionSet issue

Error: unexpected null value for type "uuid": {"response":{"errors":[{"extensions":{"path":"$.selectionSet.user_patients.args.where.id._eq","code":"validation-failed"},"message":"unexpected null value for type "uuid""}],"status":200,"headers":{"map":{"content-type":"application/json; charset=utf-8"}}},"request":{"query":"query ($limit: Int, $offset: Int, $where: user_patients_bool_exp) { user_patients (limit: $limit, offset: $offset, where: $where) { id, name, date_of_birth, gender, active } user_patients_aggregate (where: $where) { aggregate { count } } }","variables":{"limit":10,"offset":0,"where":{"id":{"_eq":null}}}}}
at index.js:591:1
at step (index.js:174:1)
at Object.next (index.js:105:1)
at fulfilled (index.js:59:1)
onError @ query.js:356
Was this page helpful?