Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration.SINP_CharacterInput_SINS
Packages that use SINP_CharacterInput_SINS
-
Uses of SINP_CharacterInput_SINS in org.junittest.allgraphqlcases_server_springconfiguration
Methods in org.junittest.allgraphqlcases_server_springconfiguration that return SINP_CharacterInput_SINSModifier and TypeMethodDescriptionSINP_CharacterInput_SINS.Builder.build()
SINP_HumanInput_SINS.getBestFriend()
Methods in org.junittest.allgraphqlcases_server_springconfiguration that return types with arguments of type SINP_CharacterInput_SINSModifier and TypeMethodDescriptionSINP_CharacterInput_SINS.getFriends()
SINP_DroidInput_SINS.getFriends()
SINP_HumanInput_SINS.getFriends()
Methods in org.junittest.allgraphqlcases_server_springconfiguration with parameters of type SINP_CharacterInput_SINSModifier and TypeMethodDescriptionvoid
SINP_HumanInput_SINS.setBestFriend
(SINP_CharacterInput_SINS bestFriend) SINP_HumanInput_SINS.Builder.withBestFriend
(SINP_CharacterInput_SINS bestFriendParam) DataFetchersDelegateMyQueryType.withOneMandatoryParam
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_CharacterInput_SINS character) This method loads the data for MyQueryType.withOneMandatoryParam.MyQueryTypeController.withOneMandatoryParam
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_CharacterInput_SINS character) This method loads the data for ${dataFetcher.graphQLType}.withOneMandatoryParam.DataFetchersDelegateMyQueryType.withOneOptionalParam
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_CharacterInput_SINS character) This method loads the data for MyQueryType.withOneOptionalParam.MyQueryTypeController.withOneOptionalParam
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_CharacterInput_SINS character) This method loads the data for ${dataFetcher.graphQLType}.withOneOptionalParam.Method parameters in org.junittest.allgraphqlcases_server_springconfiguration with type arguments of type SINP_CharacterInput_SINSModifier and TypeMethodDescriptionvoid
SINP_CharacterInput_SINS.setFriends
(List<SINP_CharacterInput_SINS> friends) void
SINP_DroidInput_SINS.setFriends
(List<SINP_CharacterInput_SINS> friends) void
SINP_HumanInput_SINS.setFriends
(List<SINP_CharacterInput_SINS> friends) SINP_CharacterInput_SINS.Builder.withFriends
(List<SINP_CharacterInput_SINS> friendsParam) SINP_DroidInput_SINS.Builder.withFriends
(List<SINP_CharacterInput_SINS> friendsParam) SINP_HumanInput_SINS.Builder.withFriends
(List<SINP_CharacterInput_SINS> friendsParam) DataFetchersDelegateMyQueryType.withList
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, String firstName, List<SINP_CharacterInput_SINS> characters) Description for the withList field:
################################################################################ # withList return a list of Characters, matching the given list of CharacterInputMyQueryTypeController.withList
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, String firstName, List<SINP_CharacterInput_SINS> characters) This method loads the data for ${dataFetcher.graphQLType}.withList.