Karoun Kasraie
Karoun Kasraie
The `isTypeOf` option is mentioned in the README, but isn't implemented in source: https://github.com/calebmer/graphql-strong/blob/c85a0c77953f8382ad02e837f6e182a37630e2d3/README.md#L187-L189 https://github.com/calebmer/graphql-strong/blob/c85a0c77953f8382ad02e837f6e182a37630e2d3/src/object.ts#L19-L26 It should be added to the `StrongObjectTypeConfig` type as an _optional_ parameter.
As explained by @leebyron in [this issue comment](https://github.com/graphql/graphql-js/issues/876#issuecomment-304398882), there exists an alternative to the `resolveType` interface method in the form of `isTypeOf` methods on the objects implementing the interface (see...
Our project stores PHP dependencies in `vendor/composer` (since we share `vendor/` between JavaScript and PHP). Better handling for custom roots was introduced because of #10, but doubly-nested vendor directories still...
In browsers like older Safaris that don't support `ResizeObserver`, the [console warning](https://github.com/shuding/react-wrap-balancer/blob/7bd6981954fd1afa2f2614b3e245ada8570213eb/src/index.tsx#L81) fails with `Can't find variable: process`. I suspect this is because the [`relayout` function is being converted](https://github.com/shuding/react-wrap-balancer/blob/7bd6981954fd1afa2f2614b3e245ada8570213eb/src/index.tsx#L92) to...