DeletePermissionResult
Result of the deletePermission mutation.
type DeletePermissionResult {
deleted: Boolean!
}
Fields
DeletePermissionResult.deleted
● Boolean!
non-null scalar common
Whether or not the permission was deleted.
Returned by
deletePermission
mutation