Dotan Simha
Dotan Simha
> @dburles We could introduce a safe by default error handler function that can be overwritten. The default implementation could simply map the error message to `Internal server error` and...
> > I personally use Altair -my recommendation: stay light. expressjs is still around because over the releases it became lighter and lighter. You can always add an example for...
This is definitely relevant. I updated the build process of the GraphiQL package, it might not do a major effect, but will allow us later to publish it as standalone...
Hi @taneba , Thanks for reaching out. Currently, `sendResult` is using the raw request because we wanted it to be agnostic to the HTTP server. I think in cases where...
Just to mention that we had a similar issue today, with `fastify-cors`. The headers set by this plugin was added to the `fastify.reply` and not to `fastify.reply.raw`, and `sendNodeResult` was...
More info on the admin/indexer endpoints and their supported features: https://thegraph.com/docs/en/indexing/#graph-node (the schema is in https://github.com/graphprotocol/graph-node/blob/master/server/index-node/src/schema.graphql )
@lutter @azf20 what do you think about this? We discussed this with several daaps developers, we think maybe the gateway/graph-node can have an option to return execution/cost/indexing information, and we...
Thanks @ardatan ! Closing ;)
Yeah, that's perfect for now. I do want to move some usage and examples for specific features, but we want to make some features enabled and included by default (like...
Merged in `undici` repo, waiting for a release, then we'll update and cut a release here as well.