Fetch details

local!employees:{
{id:1, name:"john", department:"engineering"},
{id:2, name:"David boon", department:"engineering"},
{id:3, name:"mary reed", department:"sales"},
{id:4, name:"elizabeth cooper", department:"Finance"},
{id:5, name:"Daniel lewis", department:"Human resouce"},
{id:6, name:"kayne joy", department:"sales"}
},

how to Fetch array of sales from department?

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data