Sylvain Boulade
Sylvain Boulade
Hello @tafelito 👋 When you add `@Extensions` on an `@ObjectType` and the corresponding field is being resolved, you will be able to access the extensions data on `info.returnType.extensions`. One additional...
I haven't had an actual use case for extensions on input types yet, so there might be less convoluted ways to access them, but I was able to access `@Extensions`...
In my example above you have a reference to the input type(s) of the argument(s), so you can get all the fields of the type(s) with `getFields()`, e.g. ```typescript const...
@afc163 Thank you for the interest! I resolved the conflicts and bumped luxon to the recently introduced 2.x major version. The caveat and details explained the original PR's description still...
> Could you merge PR? @hihuz Sorry, but no, I can't 😉 I'm just a first time contributor, the PR would need to be reviewed and merged by a maintainer
@florian-milky It should be possible to pass it as a 'chromeFlags' in your loki command, e.g. `loki test --requireReference --chromeRetries=10 --chromeConcurrency=1 --reactUri=file:./storybook-static --chromeRetries=10 --chromeFlags="--headless --no-sandbox --hide-scrollbars --disable-gpu --force-device-scale-factor=1",` Although this...
I just rebased the PR to fix conflicts, and bumped luxon to the latest major (3.x). Let's see if we can get the maintainer's attention. 😉 @afc163 @zombieJ any chance...
Thanks a lot @zombieJ! I'd be happy to help with updating the documentation in antd if that is something you're interested in.
Ah, my mistake, indeed you are correct @yoyo837 These peerDependency fields weren't present when I originally created the PR and missed the change in package.json structure in my last rebase....