OBJECT
Permission type.
type Permission {# Unique id of the permission.id: Int! # Name of the permission.name: String! # Additional information about the permission (optional).code: String }