Skip to content

v0.53.2

@charlesBochet charlesBochet tagged this 13 May 19:16
Several users have complained about not being able to read their emails
anymore.

This is because the find-messages post query hook is expecting
ObjectRecord[] as an input but is actually getting a graphql Connection

Typing was wrong. This PR fixes the typing and make sure the post query
hook always get an ObjectRecord[]
Assets 2
Loading