Uses of Class
com.graphql_java_generator.samples.forum.client.graphql.forum.client.TopicPostInput
Package
Description
-
Uses of TopicPostInput in com.graphql_java_generator.samples.forum.client
Modifier and TypeMethodDescriptiondefault TopicPostInput
Queries.getTopicPostInput
(Member author, Date date, boolean publiclyAvailable, String title, String content) A utility method to create the TopicPostInput Type, from its values -
Uses of TopicPostInput in com.graphql_java_generator.samples.forum.client.graphql.forum.client
Modifier and TypeMethodDescriptionTopicPostInput.Builder.build()
PostInput.getInput()
TopicInput.getInput()
Modifier and TypeMethodDescriptionvoid
PostInput.setInput
(TopicPostInput input) void
TopicInput.setInput
(TopicPostInput input) PostInput.Builder.withInput
(TopicPostInput inputParam) TopicInput.Builder.withInput
(TopicPostInput inputParam)