Tuomo Jokimies

Results 2 issues of Tuomo Jokimies

Required parameter check `category && variable && value` fails if timing `value` is `0`. This PR fixes the issue by checking if the variable is non-`undefined`.

`graphql-anywhere` dependency is used in [across the module](https://github.com/Canner/apollo-link-firebase/search?q=graphql-anywhere&unscoped_q=graphql-anywhere) but it's listed in `devDependencies` instead of `dependencies`. Due to this you need to install `graphql-anywhere` separately in order to get the...