Uses of Interface
org.allGraphQLCases.server.SIP_Character_SIS
Packages that use SIP_Character_SIS
Package
Description
This package contains all the Data Fetcher that are specific to the relay connection capability.
-
Uses of SIP_Character_SIS in org.allGraphQLCases.server
Classes in org.allGraphQLCases.server that implement SIP_Character_SISMethods in org.allGraphQLCases.server that return SIP_Character_SISModifier and TypeMethodDescriptionSTP_Human_STS.getBestFriend()STP_MyQueryType_STS.getDirectiveOnField()# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuerySTP_MyQueryType_STS.getError()################################################################################ # error always returns an error!SIP_CharacterEdge_SIS.getNode()STP_MyQueryType_STS.getWithEnum()STP_MyQueryType_STS.getWithOneMandatoryParam()STP_MyQueryType_STS.getWithOneOptionalParam()Methods in org.allGraphQLCases.server that return types with arguments of type SIP_Character_SISModifier and TypeMethodDescriptiondefault List<SIP_Character_SIS>DataFetchersDelegateCharacter.batchLoader(List<UUID> keys, org.dataloader.BatchLoaderEnvironment environment) This method loads a list of ${dataFetcher.field.name}, based on the list of id to be fetched.SIP_Character_SIS.getFriends()STP_BatchMappingType_STS.getFriends()STP_Droid_STS.getFriends()STP_Human_STS.getFriends()STP_Droid_STS.getFriendsCharacter()STP_Human_STS.getFriendsCharacter()STP_MyQueryType_STS.getWithList()################################################################################ # withList return a list of Characters, matching the given list of CharacterInputSTP_MyQueryType_STS.getWithoutParameters()This is a description to describe the field withoutParameters on two linesdefault List<SIP_Character_SIS>DataFetchersDelegateCharacter.unorderedReturnBatchLoader(List<UUID> keys, org.dataloader.BatchLoaderEnvironment environment) This method loads a list of ${dataFetcher.field.name}, based on the list of id to be fetched.Methods in org.allGraphQLCases.server with parameters of type SIP_Character_SISModifier and TypeMethodDescriptionCharacterController.appearsIn(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_Character_SIS origin) This method loads the data for ${dataFetcher.graphQLType}.appearsIn.DataFetchersDelegateCharacter.appearsIn(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_Character_SIS origin) This method loads the data for Character.appearsIn.CharacterController.friends(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_Character_SIS origin) This method loads the data for ${dataFetcher.graphQLType}.friends.DataFetchersDelegateCharacter.friends(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_Character_SIS origin) This method loads the data for Character.friends.voidSTP_Human_STS.setBestFriend(SIP_Character_SIS bestFriend) voidSTP_MyQueryType_STS.setDirectiveOnField(SIP_Character_SIS directiveOnField) # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQueryvoidSTP_MyQueryType_STS.setError(SIP_Character_SIS error) ################################################################################ # error always returns an error!voidSIP_CharacterEdge_SIS.setNode(SIP_Character_SIS node) voidSTP_MyQueryType_STS.setWithEnum(SIP_Character_SIS withEnum) voidSTP_MyQueryType_STS.setWithOneMandatoryParam(SIP_Character_SIS withOneMandatoryParam) voidSTP_MyQueryType_STS.setWithOneOptionalParam(SIP_Character_SIS withOneOptionalParam) STP_Human_STS.Builder.withBestFriend(SIP_Character_SIS bestFriendParam) STP_MyQueryType_STS.Builder.withDirectiveOnField(SIP_Character_SIS directiveOnFieldParam) # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuerySTP_MyQueryType_STS.Builder.withError(SIP_Character_SIS errorParam) ################################################################################ # error always returns an error!STP_MyQueryType_STS.Builder.withWithEnum(SIP_Character_SIS withEnumParam) STP_MyQueryType_STS.Builder.withWithOneMandatoryParam(SIP_Character_SIS withOneMandatoryParamParam) STP_MyQueryType_STS.Builder.withWithOneOptionalParam(SIP_Character_SIS withOneOptionalParamParam) Method parameters in org.allGraphQLCases.server with type arguments of type SIP_Character_SISModifier and TypeMethodDescriptionDataFetchersDelegateHuman.bestFriend(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, SIP_Character_SIS> dataLoader, STP_Human_STS origin) This method loads the data for Human.bestFriend.HumanController.bestFriend(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, SIP_Character_SIS> dataLoader, STP_Human_STS origin) This method loads the data for ${dataFetcher.graphQLType}.bestFriend.CharacterEdgeController.node(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, SIP_Character_SIS> dataLoader, SIP_CharacterEdge_SIS origin) This method loads the data for ${dataFetcher.graphQLType}.node.DataFetchersDelegateCharacterEdge.node(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, SIP_Character_SIS> dataLoader, SIP_CharacterEdge_SIS origin) This method loads the data for CharacterEdge.node.voidSIP_Character_SIS.setFriends(List<SIP_Character_SIS> friends) voidSTP_BatchMappingType_STS.setFriends(List<SIP_Character_SIS> friends) voidSTP_Droid_STS.setFriends(List<SIP_Character_SIS> friends) voidSTP_Human_STS.setFriends(List<SIP_Character_SIS> friends) voidSTP_MyQueryType_STS.setWithList(List<SIP_Character_SIS> withList) ################################################################################ # withList return a list of Characters, matching the given list of CharacterInputvoidSTP_MyQueryType_STS.setWithoutParameters(List<SIP_Character_SIS> withoutParameters) This is a description to describe the field withoutParameters on two linesSTP_BatchMappingType_STS.Builder.withFriends(List<SIP_Character_SIS> friendsParam) STP_Droid_STS.Builder.withFriends(List<SIP_Character_SIS> friendsParam) STP_Human_STS.Builder.withFriends(List<SIP_Character_SIS> friendsParam) STP_MyQueryType_STS.Builder.withWithList(List<SIP_Character_SIS> withListParam) ################################################################################ # withList return a list of Characters, matching the given list of CharacterInputSTP_MyQueryType_STS.Builder.withWithoutParameters(List<SIP_Character_SIS> withoutParametersParam) This is a description to describe the field withoutParameters on two lines -
Uses of SIP_Character_SIS in org.allGraphQLCases.server.impl
Methods in org.allGraphQLCases.server.impl that return SIP_Character_SISModifier and TypeMethodDescriptionDataFetchersDelegateMyQueryTypeImpl.directiveOnField(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment) DataFetchersDelegateMyQueryTypeImpl.error(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, String errorLabel) DataFetchersDelegateMyQueryTypeImpl.withEnum(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SEP_Episode_SES SEP_Episode_SES) DataFetchersDelegateMyQueryTypeImpl.withOneMandatoryParam(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_CharacterInput_SINS character) DataFetchersDelegateMyQueryTypeImpl.withOneOptionalParam(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_CharacterInput_SINS character) Methods in org.allGraphQLCases.server.impl that return types with arguments of type SIP_Character_SISModifier and TypeMethodDescriptionDataFetchersDelegateCharacterImpl.batchLoader(List<UUID> keys, org.dataloader.BatchLoaderEnvironment environment) DataFetchersDelegateHumanImpl.bestFriend(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, SIP_Character_SIS> dataLoader, STP_Human_STS source) DataFetchersDelegateCharacterImpl.friends(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_Character_SIS source) DataFetchersDelegateDroidImpl.friends(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_Droid_STS source) DataFetchersDelegateHumanImpl.friends(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_Human_STS source) DataFetchersDelegateMyQueryTypeImpl.withList(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, String name, List<SINP_CharacterInput_SINS> characters) DataFetchersDelegateMyQueryTypeImpl.withoutParameters(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment) Methods in org.allGraphQLCases.server.impl with parameters of type SIP_Character_SISModifier and TypeMethodDescriptionDataFetchersDelegateCharacterImpl.appearsIn(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_Character_SIS source) DataFetchersDelegateCharacterImpl.friends(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_Character_SIS source) CharacterControllerOverridden.name(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_Character_SIS origin, Boolean uppercase) Method parameters in org.allGraphQLCases.server.impl with type arguments of type SIP_Character_SISModifier and TypeMethodDescriptionDataFetchersDelegateHumanImpl.bestFriend(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, SIP_Character_SIS> dataLoader, STP_Human_STS source) -
Uses of SIP_Character_SIS in org.allGraphQLCases.server.impl.relayConnection
Methods in org.allGraphQLCases.server.impl.relayConnection that return types with arguments of type SIP_Character_SISModifier and TypeMethodDescriptionDataFetchersDelegateCharacterEdgeImpl.node(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, SIP_Character_SIS> dataLoader, SIP_CharacterEdge_SIS origin) Method parameters in org.allGraphQLCases.server.impl.relayConnection with type arguments of type SIP_Character_SISModifier and TypeMethodDescriptionDataFetchersDelegateCharacterEdgeImpl.node(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, SIP_Character_SIS> dataLoader, SIP_CharacterEdge_SIS origin)