Cannot specify null for Equals in TypeScript

Going off Cannot specify `null` as default value for `Select` in JS driver with TypeScript

I cannot specify null in Equals:

import { Equals } from "faunadb";

Equals("1",null)

Playground Link

We have a PR already to fix Select. Thanks, for bumping!!

We’ve merged that PR and put together another one to add more nullable arguments where appropriate.

If we can’t publish a patch today, we’ll get it out early next week.

Thanks, again!

1 Like

The changes noted here and some other ones have been published. Version 4.7 of the JS driver is now available. Release 4.7.0 · fauna/faunadb-js · GitHub

2 Likes

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.