Jiashuo Wang
Jiashuo Wang
## Description Here's the sample schema as in https://github.com/graphql-java-kickstart/samples/blob/master/directives/src/main/resources/schema.graphqls#L1-L19 ``` directive @range( min: Float!, max: Float! ) on ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION type Query { withInput(input: InputObject): Float } input InputObject...
In the below snippet, there's only try...catch logic to convert it to a failed task: https://github.com/linkedin/parseq/blob/74875ed2aa5deaaf5bf1ab822c2fe719039b4aa2/subprojects/parseq/src/main/java/com/linkedin/parseq/Task.java#L398-L408 However, it is hard to add logging on the caller side for this. Thus,...
**Is your feature request related to a problem? Please describe.** In our app, it is normal and expected to have non-login users accessing the pages, where we will return as...