Uses of Class
org.allGraphQLCases.client2.HumanInput.Builder
-
Uses of HumanInput.Builder in org.allGraphQLCases.client2
Modifier and TypeMethodDescriptionstatic HumanInput.Builder
HumanInput.builder()
HumanInput.Builder.withAppearsIn
(List<Episode> appearsInParam) HumanInput.Builder.withBestFriend
(CharacterInput bestFriendParam) HumanInput.Builder.withComments
(List<String> commentsParam) HumanInput.Builder.withFriends
(List<CharacterInput> friendsParam) HumanInput.Builder.withHomePlanet
(String homePlanetParam) HumanInput.Builder.withNbComments
(Integer nbCommentsParam)