Class PreparedQueriesWithFieldInputParameters
java.lang.Object
com.graphql_java_generator.samples.forum.client.PreparedQueriesWithFieldInputParameters
Check that the server correctly works with the combination for the arguments for the post field: as there are
optional argument, multiple queries must be implemented. In order to the sample to be properly coded, all must be
tested.
- Author:
- etienne-sf
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboardsWithPostSince
(String boardName, String memberId, String memberName, Date since) Execute the query, with the given parameters.void
-
Constructor Details
-
PreparedQueriesWithFieldInputParameters
public PreparedQueriesWithFieldInputParameters()
-
-
Method Details
-
postConstruct
-
boardsWithPostSince
public List<Topic> boardsWithPostSince(String boardName, String memberId, String memberName, Date since) throws GraphQLRequestExecutionException Execute the query, with the given parameters. Optional parameters may be null.- Returns:
- Throws:
GraphQLRequestExecutionException
-