Patrick Stoica
Patrick Stoica
Hey, I wanted to make sure I understood this bit correctly: ``` if (objA === objB || is(objA, objB)) { return true; } ``` I don't think you can use...
...unless there's ever a reason to set both to true or false. But so far it's always only one.
I'm trying to use this library to mock Apollo and am running into a few issues when using the generics (`.query`): 1. `__typename` is required and expects a predetermined value....
* Adds `f.json()` * I don't think the enums were available for `MetaobjectAccessInput` to be used at all. * The `package.json` changes can be removed; I was just trying to...
The `$app:` prefix turns into a namespace using the Shopify app's idea. The diff logic in this library doesn't account for it and tries to recreate the metaobject definition. For...