Permission
The type for one permission. Consists of the id of the permission its name and description.
type Permission {
id: ID!
name: String!
description: String
}
Fields
Permission.id ● ID! non-null scalar
The id of the permission.
Permission.name ● String! non-null scalar
The name of the permission.
Permission.description ● String scalar
The description of the permission.
Member Of
CustomersForPermission object