isographlabs / isograph

The UI framework for teams that move fast — without breaking things.
MIT License
202 stars 9 forks source link

[exposeField directives] Support filtering #45

Open rbalicki2 opened 2 months ago

rbalicki2 commented 2 months ago
field Pet.BestFriendUpdater {
  set_best_friend
  name
  best_friend {
    name
  }
}

The task

Feel free to break this up into multiple PRs.