Doug Tangren
Doug Tangren
the documentation on [field visibility ](https://www.graphql-java.com/documentation/field-visibility) suggests users use ```java GraphQLSchema schema = GraphQLSchema.newSchema() .query(StarWarsSchema.queryType) .fieldVisibility(blockedFields) .build(); ``` which is deprecated I was able to get this working the the...
In the latest release, at this time 17.2, [DataFetcherExceptionHandler](https://javadoc.io/doc/com.graphql-java/graphql-java/17.2/graphql/execution/DataFetcherExceptionHandler.html)'s method `onException` is deprecated in favor of its async replacement `handleException`. It seems you can't implement its replacement still needing to...
Thanks for putting together such a nice crate. I wanted to ask for suggestion path for an usage issue I ran into. I ran into an issue where I wanted...
would like to retry if a send fails. this should use [retry](https://github.com/softprops/retry) to retry futures
## 💡 Feature description Local development keeps coming up as a common theme. Figure out and document the story for what this looks like, even if its just documenting how...
this should be relatively straight forward.
the documentation includes a the following suggested way to run this container ``` docker run --rm \ -v ${PWD}:/code \ -v ${HOME}/.cargo/registry:/root/.cargo/registry \ -v ${HOME}/.cargo/git:/root/.cargo/git \ softprops/lambda-rust ``` this is...
see https://github.com/softprops/serverless-rust/issues/23 for context This should be pretty straight forward. sketch thoughts, capture whats missing from the output of `ldconfig -c -new -p` from the list of dependencies provided by...
there is a lot that rustup install pulls in that we don't need ``` softprops/lambda-rust 0.2.0-rust-1.31.0 ace6af5279eb 3 days ago 2.48GB lambci/lambda build-provided 3d4454c76ff7 13 days ago 1.68GB ``` [install...
this seems to be an artifact of https://github.com/softprops/lambda-rust/pull/39. It's unclear if its actually harmful but it is a it off putting. Let's see if we can't figure out what it...