I'm aware of breaking change on Strapi 5 to convert Id to documentId (and switch from int to string) still on admin panel I can see documents IDs (integers) somehow connected to documentId
here on the screenshot I have plain integers, how can I get them from graphql? (from graphql I can only request ugly documentId which is ugly strings and not good for me)