krstns
krstns
Out of curiosity, is changing `object` from: ``` * "put"={ * "access_control"="is_granted('update_user', object)", * "access_control_message"="Access denied." * }, ``` to `previous_object` would not solve the problem?
@jkolyer I've tried looking at the repo you've linked but their arent' any commits from you.
@jkolyer thanks a lot for taking interest. I have a very simple set of APIs with circular references and unfortunately the generated models are unusable. Here's an example project: https://stackblitz.com/edit/jasmine-in-angular-uf3yhc?file=src%2Flib%2Fdata-manager.service.spec.ts...
hi @jkolyer. I know it's been quite a while but finally I've tried your script. I've tried it with last versions of mst-gql and with 0.14.1 and it doesn't work...
I would like to bump this one. What are the dependencies regarding react? MST works fine without it and removing them (if possible) from mst-gql would make life much easier...
you might need to create a single root store with all of our models (there's another circular dependency issue pointing to a script that can help you make that). The...
@ryskin Our solution (and I think the preferred official one) is to: - create a selector for the update with the updated fields - use the optimistic update to apply...
The mst-gql dependencies are a mess. The only way to use mst-gql with npm (for me) was to install it with --force. But then every time I used npm install...
Hi, I will give you a report soon. I's funny but we have removed the 'instance' property from our APIs and suddenly: - generated models use interfaces instead of types...
I came back to see if there are any answers and I have noticed my previous comment is gone... I have included two schema files with examples... I think I...