Results 59 comments of Serguei Okladnikov

Current approach for middlewares is declared here https://github.com/graphql-compose/graphql-compose-mongoose/issues/158#issuecomment-772695238: > ``` > schemaComposer.Query.addFields({ > userById: UserTC.mongooseResolvers.findById().withMiddlewares([authMiddleware]), > userByIds: UserTC.mongooseResolvers.findByIds().withMiddlewares([authMiddleware]), > }); > ```

Just to clarify, so when your query is like this: ```GraphQL query UserById($_id: MongoID!) { userById(_id: $_id) { orgId org { name } } } ``` the response is like...

Once `req` is required in each function, what about to switch to object oriented form or access to `req` from `this` as `this.req()` instead of add req as extra arg?

It is possible to install package for testing. Package may be installed from local folder or from tarball, both [yarn](https://classic.yarnpkg.com/lang/en/docs/cli/add/) and [npm](https://docs.npmjs.com/cli/v6/commands/npm-install).

Moreover, I do not see similar testing for npm either. But I noticed that the readme template generator should also be changed [here](https://github.com/yeoman/generator-node/blob/25d1ca4ea2122ce08b88398848e6df41f54cbe1a/generators/readme/templates/README.md?plain=1#L10)

Hi! This error simple fixed with the next patch. But more errors and incompatibilies there. patch: diff --git a/lib/redmine_better_gantt_chart/active_record/callback_extensions_for_rails3.rb b/lib/redmine_better_gantt_chart/active_record/callback_extensions_for_rails3.rb index 8ef7de1..7c6913b 100755 --- a/lib/redmine_better_gantt_chart/active_record/callback_extensions_for_rails3.rb +++ b/lib/redmine_better_gantt_chart/active_record/callback_extensions_for_rails3.rb @@ -1,8 +1,6...

Thank you for contribution. 👍 I mentioned how to install in doc. Short `ts` example with custom `BreadcrumbsItemProps` will be good.

You can access breadcrumbs data with code like below. The `Button` component renders some paragraphs to show breadcrumbs data, replace it with appropriate code which actually render the button. ```js...

You are welcome, more details about how it workes you can read in [react-through](https://github.com/oklas/react-through) documentation. And welcome to github. You can click [:star: Star] button on the top of page...