maarekj

Results 8 issues of maarekj

There is a bug if not items at init.

Today in mutation, in refetchQueries, there is only support for `Array`, there is not support for `RefetchQueriesFunction` https://github.com/jeddeloh/rescript-apollo-client/blob/3eba88457985a51048d51c9f57b6447978332827/src/%40apollo/client/react/types/ApolloClient__React_Types.res#L710

With refmt (Reason 3.3.9 @ 9914cc69) The code: ```reason let a = { let name = "joseph"; {ReasonReact.string(name)} ; } ; ``` is transformed to ```reason let a = {let...

## What's going wrong? The documentation states this for enabled cluster mode: ```js module.exports = { apps: [{ script: "api.js", instances: "max", exec_mode: "cluster" }] } ``` But for me...

Oh mince, ça rappel de bons souvenirs ce projet ! Bonne initiative de l'avoir open sourcé. Comment ça va Micha depuis tout ce temps ? En passant je crois qu'il...

To improve extensibility, it would be nice to expose some functions/properties. For example, the `handleClose` function of `createDialog` can be very useful when you want to manage the closing of...

enhancement

Add a test for verify the issue https://github.com/dotansimha/graphql-code-generator/issues/8978 ## Description There is a bug with the generator when there is an equals sign in a folder name. All files inside...