zth/rescript-relay

Error occurs when passing null value to factor.

MiryangJung opened this issue ยท 1 comments

This issue from Discord

Null should be able to used though ๐Ÿ˜

    somequery(
      orderDirection: DESC
      typeFilter: null
      first: 100
    )

// Error: The value null can't be found
zth commented

Thanks!

Closed in 0b34948