jeddeloh / rescript-apollo-client

ReScript bindings for the Apollo Client ecosystem
MIT License
126 stars 18 forks source link

Added failing example of polymorphic variant from ReadFragment #65

Closed GTDev87 closed 4 years ago

GTDev87 commented 4 years ago

In one of my projects, I'm using readFragment often to access fragment data throughout the frontend.

I made a small example of getting readFragment data after a query. This code currently fails receiving a null for match.NAME.

GTDev87 commented 4 years ago

Added as mistake