Jesse Rosenberger
Jesse Rosenberger
Originally, we forked the `graphql-language-service-*` packages to avoid a dependency on `graphql-config` and `graphql-import` which were included as direct dependencies of those packages (and problematic because of their OWN dependency...
Currently, it seems possible to use the [`SSL_CERT_FILE` ](https://github.com/rustls/rustls-native-certs/) environment variable to set a path to a (for example, self-signed, intermediary) certificate file and have that work for non-subgraph requests,...
> I'm re-opening this and marking this as a draft right now, just so we don't lose the reverted work. This is meant to reintroduce the [Target Triplet] pattern which...
## Description This is perhaps something that will require out-of-tree extensions or more extensive YAML configuration, as it asks for the ability to run conditionals on the origin. E.g.: -...
In our documentation, we often refer to the latest version of things intentionally in code snippets and examples. Unfortunately, this causes the properties to drift over time. We no longer...
basically, ftv1
Could we improve this output formatting in the event of there being an Uplink error? This just ends up looking a bit hard to read to me. (The `message` even...
In the docs this is described as: "Handler represents a Plugin endpoint.". We started discussing whether this comment was correct or not and were discussing whether the `Handler` should be...
Right now, the Rhai scripts are not hot-reloaded in the same way that the configuration is. We should change that!