Hey Sebastian. Is there any way to get a specific version of content using the GraphQL API? For example, I’d like to query some content with a specific ID, but I don’t want to see the most recent version, I would like to see an older one instead.
Looking at the front-end, I see that this seems possible with REST using /api/content/…/“content id”/“version number”. I haven’t found any documentation on this (maybe I haven’t looked hard enough). I would like to do exactly this, but using the GraphQL API, if at all possible.