Can we get the creator Id and name in a single query?

In our query, we only get the creator id, not the creator name, how can I get this in a single query?

If you want to get the user with the post you have to link them when the post is created. Add a field called user: User and when creating a post, link the user ID to the post. This will allow you to query both in a single request.