mst-gql
mst-gql copied to clipboard
Bindings for mobx-state-tree and GraphQL
**Let start by saying thank you. This library looks amazing, well documented, and I really want to use it. But I don't get this one bit. Suppose I have a...
I'm currently using mst-gql with next.js and cannot get it to refetch queries when variable from the route changes, has anyone had problems with this before? The component rerenders but...
I've been using mst-gql in a production project for a few months now We do encounter issues where we need to be able to access more parts of the query...
So far I've been able to query (once) and mutate data using mst-gql. In order to keep data fresh, in another project using apollo and a polling approach, I can...
`xxxPrimitives` is great and save a lot of coding. But in our case we have a pretty big objects having several nested objects on several levels. So currently need to...
Hi I'm trying to use mst-gql - I've got some really large models that are rarely used in full. They've scaffolded with nullable types so that partial data requests can...
Can not generate code for schema ``` npm -v ``` >8.1.0 ``` node -v ``` > v16.13.0 ``` npx mst-gql "https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v3" ``` > Error: Cannot find module > 'graphql/validation/rules/KnownArgumentNamesRule' >...
Deleting objects in two-directional "array relationship" cause reference errors - and a question...
I am using Hasura + Postgres to host my data models. In those models I have "sources" each of which can be connected from many "sinks". E.g. `source_id` is a...
I'm getting an error when fetched data is saved to a root collection: > Error: [mobx-state-tree] A map of objects containing an identifier should always store the object under their...