Interface GraphQLRepositoryTestCaseBadExecutor
@GraphQLRepository(queryExecutor=MyQueryTypeExecutorMySchema.class)
public interface GraphQLRepositoryTestCaseBadExecutor
This interface contains the test cases for the
GraphQLRepositoryInvocationHandler
tests- Author:
- etienne-sf
-
Method Summary
Modifier and TypeMethodDescriptionwithOneOptionalParam
(CharacterInput character) The return type of this method is not the good one
-
Method Details
-
withOneOptionalParam
@PartialRequest(request="{appearsIn name}") Integer withOneOptionalParam(CharacterInput character) throws GraphQLRequestExecutionException The return type of this method is not the good one- Throws:
GraphQLRequestExecutionException
-