INPUT_OBJECT
input AdminRoleInput {# Name of the admin rolename: String!# Description of the admin roledescription: String!# List of permissions associated to the admin rolepermissions: [String!]!}