Using the old REST API, you could do call https://api.facebook.com/method/pages.isAdmin
to know if a user was the admin of a given page.
How can you do that using the Graph API? I can't find anything about it in the documentation and start to wonder if it's even possible.