isographlabs / isograph

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

[Epic] Load reader ASTs only when a non-null parent object is encountered #73

Open rbalicki2 opened 2 months ago

rbalicki2 commented 2 months ago
field User.DetailComponent @component {
  best_friend @likelyToBeNull {
    BestFriendDisplay
  }
  worst_enemy {
    WorstEnemyVideoPlayer @expensive
  }
}