How to read tags from the graphql api?

I want to query the latest tag/git version of a Project via the graphQL Api. In the first place I use directly the graphql-explorer of gitlab.com (GraphiQL).

But the property seems not be able to query for.
Using Rest I could easily get the data I’m looking for (https://gitlab.com/api/v4/projects/:id/repository/tags

Did anyone know how to get the tag.name field via GraphQL?

Versions