GraphQL GraphQL OBJECT

PermissionObject

Permission.

link Definition

  • type PermissionObject {
  • # Id of the permission.
  • id: Permission
  • # permission name.
  • name: String
  • # group of the permission.
  • group: String
  • }