Uses of Class
org.allGraphQLCases.server.SINP_CharacterInput_SINS
Packages that use SINP_CharacterInput_SINS
-
Uses of SINP_CharacterInput_SINS in org.allGraphQLCases.server
Methods in org.allGraphQLCases.server that return SINP_CharacterInput_SINSModifier and TypeMethodDescriptionSINP_CharacterInput_SINS.Builder.build()
SINP_HumanInput_SINS.getBestFriend()
Methods in org.allGraphQLCases.server 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.allGraphQLCases.server 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.allGraphQLCases.server 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. -
Uses of SINP_CharacterInput_SINS in org.allGraphQLCases.server.impl
Methods in org.allGraphQLCases.server.impl with parameters of type SINP_CharacterInput_SINSModifier and TypeMethodDescriptionDataFetchersDelegateMyQueryTypeImpl.withOneMandatoryParam
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_CharacterInput_SINS character) DataFetchersDelegateMyQueryTypeImpl.withOneOptionalParam
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_CharacterInput_SINS character) Method parameters in org.allGraphQLCases.server.impl with type arguments of type SINP_CharacterInput_SINSModifier and TypeMethodDescriptionDataFetchersDelegateMyQueryTypeImpl.withList
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, String name, List<SINP_CharacterInput_SINS> characters)