Matt Duggan

Results 5 issues of Matt Duggan

### This is a... * [ ] feature request * [ ] bug report * [x] usage question ### What toolchain are you using for transpilation/bundling? * [x] @angular/cli *...

I'm using the Typescript RTK Query code gen plugin to generate some api hooks. Example: ```ts const injectedRtkApi = api.injectEndpoints({ overrideExisting: true, endpoints: (build) => ({ Notification: build.query({ query: (variables)...

bug
RTK-Query
TypeScript

If I list calendars or mail_folders, I always get an empty result: ```rb > graph.me.calendars => [] > graph.me.mail_folders => [] ``` However, get calendar and finding a folder returns...

bug

**Is your feature request related to a problem? Please describe.** Would like the ability to specify codegen lifecycle [hooks](https://the-guild.dev/graphql/codegen/docs/config-reference/lifecycle-hooks). This would allow running `prettier` on the output. **Describe the solution...

Using rails v4.2.2, sprockets v3.4.0, sprockets-rails v2.3.3, jasmine-rails v0.12.2 In my `application.js`, I'm requiring a custom build of lodash (2.4.1) for compatibility with underscore/backbone. The app imports widgets, through Bower...