Interface GraphQLRepositoryTestCaseParameterWithFloatParam
This interface contains the test cases for the
GraphQLRepositoryInvocationHandler
tests- Author:
- etienne-sf
-
Method Summary
Modifier and TypeMethodDescriptionwithFloatParamAndReturnType
(float f) A query with a float parameter (GraphQL Float actually maps to Java Double, but Java Float and float should be accepted here)
-
Method Details
-
withFloatParamAndReturnType
@PartialRequest(requestName="issue82Float", request="") Double withFloatParamAndReturnType(float f) throws GraphQLRequestExecutionException A query with a float parameter (GraphQL Float actually maps to Java Double, but Java Float and float should be accepted here)- Throws:
GraphQLRequestExecutionException
-