INPUT_OBJECT
The AdminLoginInput is used to authenticate an admin user only
input AdminLoginInput {# The admin user's email addressemail: String!# The admin user's passwordpassword: String!}