OBJECT

Permission

Permission type.

link GraphQL Schema definition

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