Alan Quinot

Results 6 comments of Alan Quinot

It would be nice if I could configure a custom function to decide whether the introspection can or cannot be done. For example, my function could check if the user...

It is not very clear, but the tab name comes from the query itself. For example, the following query will generate the tab name ``: ```graphql query { orders {...

I know this is not ideal, but here is another approach using Docker and Kubernetes. In my `Dockerfile`, I wrote: ```dockerfile FROM node:16.13-alpine # ... RUN npm i -g pm2...

@nikic what about modifying `$self` within the handlers? It will be possible in PHP 7?

@nikic not modifying `$self` may be a good thing since it enforces immutability. Now that PHP 7.0 is frozen and won't have any new features, will you open a RFC...

Same thing here: - OSX El Captain 10.11.2 - PHP 5.6.11 It seems it's an OSX issue.