Devan

Results 19 issues of Devan

Hey there! I'm super interested in using this, however I'm new to GitLab and your documentation is only an image. How exactly is this used? Do you add it to...

I've noticed several individuals asking for help when using the boilerplates. The source of the recurring problem is dangling commas, which aren't recognized until Node 8. Node 8 is now...

help wanted

The advanced boilerplate has a lot of the older non-apollo-boost way of setting up the ApolloClient. For the purposes of helping others who might be new to Apollo and GraphQL,...

help wanted

I've noticed that in the front-end related graphql-boilerplates, we are asking users to start the front-end application and open another tab to start the server. I propose we change the...

@nikolasburk @marktani I've noticed a difference between the basic's `.install/index.js` and the node boilerplate basic (and advanced) `.install/index.js`. Here are the differences: https://github.com/graphql-boilerplates/react-fullstack-graphql/blob/master/basic/.install/index.js#L33-L35 I caught this while reviewing the PR...

While recently adding new features to the `basic` implementation, I realized that making a change the server implementation would constitute the same change reflected across other `basic` boilerplate server implementations....

While cleaning up the `basic` boilerplate, I realized there are a few features that might benefit others: - [ ] Add an "All Posts" page and relevant query - [...

enhancement

I'm trying to use prop within ifProp, but getting an error that: ``` [ts] Argument of type '(props?: Props) => Props[keyof Props]' is not assignable to parameter of type 'Interpolation'....

bug
typescript

Hey there. This is more of a question than a bug, but could turn into a feature request, if there is no way to currently handle this. tl;dr; - Is...

feature request
has workaround
needs RFC

I've been researching into this for a day or two now, and believe the type for `FilledContext` needs to have the `helmet` property as optional like so: ``` export type...

help wanted
good first issue