Graphql findOne by slug

It would be great to have such a access like in other Headless CMS (keystone6) where you can query this way:

query Post {
post(where: {slug: null}) {
slug
title
}
}