How to get owner/author properties of collection via graphql v4

If i look into the database i can see a “created_by_id” column that refers to the admin user that created an entry in my collection. I can not see this available in gql schema. Also if i add a relation to admin_user i do not see any changes in the schema. I am sure i am missing something here. What is the best way to retrieve the owner/author information for a collection entry via gql?

1 Like

I have the same problem.
I didn’t found the solution in anywhere.