Links for only certain types of enemies

Hi there!
In my current project I’m working with a Recast Graph. I’m planning to have certain link nodes that allow enemies to “Jump” between platforms as a shorcut. I’ve been looking at the “Recast Example 2” scene, but I can’t figure out how to make these links exclusively available to a certain type of enemy.
Is there a way to do this?
I have tried making the Seeker ignore the Point Graph using a graph mask, but it doesn’t seem to work :confused:

Any ideas on how I can do this?