Grapql meta data

I’m using graphQL to fetch data from squidex. For caching I need the generated item ID stored in meta.id. How can I request this via graphQL? When I introspect the graphQL endpoint it doesn’t look like the meta fields are there.

THe meta.id field is just used for the reference field definition for the UI. In GraphQL and REST it is just id

Thanks for the quick reply! :pray: That seems to work.

It’s worth noting, that the meta fields always need to be defined outside data/flatData in a query - just in case someone else stumbles over this.