Loren ☺️

Results 258 issues of Loren ☺️

at least the high vulns 😆

bug
help wanted

https://github.com/kumarharsh/graphql-for-vscode with a `refresh-schema` script in `package.json`: https://github.com/graphcool/get-graphql-schema

enhancement

Tracking here: https://github.com/graphcool/graphql-playground/issues/578

enhancement
help wanted

happens when the Select is opened and the scrollbar is removed ![image](https://user-images.githubusercontent.com/251288/37134978-0e4a0596-2269-11e8-8603-5695a84670a0.png)

bug

My sense is non-graphql people are more familiar with skip & limit vs offset & first? graphql.org, relay, and prisma use the latter

discussion

![image](https://user-images.githubusercontent.com/251288/36401248-2ecf24c6-15a4-11e8-81c9-88c7a69e70fa.png) unable to reproduce outside Guide: https://codesandbox.io/s/vn5q7oq8w3

bug

```js import { bool, string } from 'prop-types' Component.propTypes = { loading: bool.isRequired, name: string.isRequired } // or current method: import PropTypes from 'prop-types' Component.propTypes = { loading: PropTypes.bool.isRequired, name:...

code style

https://www.apollographql.com/docs/react/recipes/meteor.html#Subscriptions

help wanted
docs

Cross-posted from https://github.com/apollostack/docs/issues/23

help wanted
docs

v2 SSR docs: https://www.apollographql.com/docs/react/recipes/meteor.html#SSR This looks like it should work, but I haven't tested it: https://github.com/apollographql/meteor-integration/issues/122 Would be good to implement it in https://github.com/lorensr/test-meteor-apollo/

good first issue
docs