vidy

Results 81 comments of vidy

@kunjee17 yes, please, sorry for the late response.

I also have this problem, it seems this lib is mot maintained anymore.

Confirm no one works , as below. my case is the same as @simonasdev ``` const [reset, {loading }] = useMutation(ResetToken, { fetchPolicy: 'no-cache', // update(cache, { data: { resetSubscriptionToken...

what is the solution at the moment? ``` ``` I got `store/checkout/123e4567-e89b-12d3-a456-426655440006` , it always render `Products` not the `Checkout` , but changing uuid to an integer , it works.

@kulakowka, however , it works after changing it to ``` ```

@cbeuw , thanks for your quick response, the performance is good enough, howerver the memory consuming of Go sometime change dramstically because its garbage recycle, specially when system are extremely...

Remove `-N`, it works again.-N

I also have this problem. still happens at version v2019.3.1

I see, currently we can add custom schema extension via the ` Events::PRE_EXECUTOR` event ``` private function preExecute( Schema $schema, ?string $requestString, \ArrayObject $contextValue, $rootValue = null, ?array $variableValue =...

it seems this need lots of change, so does `webonyx/graphql-php` . [Can we collect schema types aware of contextValue parameter passed to executor](https://github.com/webonyx/graphql-php/issues/568)