@Uncle__Jrue@epnohelty Presti doesn’t do stuff that drastic. They’ll keep the core and keep building. Big draft move much more likely. Okc values chemistry and multi year success.
@killthemallrey@mike_daddino For sure the refs and the nba would rather the smallest market succeed than for LeBron to have a storybook ending to his career
That’s interesting, I’ve always used graphql simply as a way for the FE to have a flexible data model to work with. In the BE you can hide whatever data access/business logic in the “create report” mutation resolver as a one off and to me it doesn’t break any data access patterns. At least if your writing the BE server yourself