Uses of Interface
org.allGraphQLCases.server.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
Modifier 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()
Modifier 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.Modifier 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.void
STP_Human_STS.setBestFriend
(SIP_Character_SIS bestFriend) void
STP_MyQueryType_STS.setDirectiveOnField
(SIP_Character_SIS directiveOnField) # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQueryvoid
STP_MyQueryType_STS.setError
(SIP_Character_SIS error) ################################################################################ # error always returns an error!void
SIP_CharacterEdge_SIS.setNode
(SIP_Character_SIS node) void
STP_MyQueryType_STS.setWithEnum
(SIP_Character_SIS withEnum) void
STP_MyQueryType_STS.setWithOneMandatoryParam
(SIP_Character_SIS withOneMandatoryParam) void
STP_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) Modifier 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.void
SIP_Character_SIS.setFriends
(List<SIP_Character_SIS> friends) void
STP_BatchMappingType_STS.setFriends
(List<SIP_Character_SIS> friends) void
STP_Droid_STS.setFriends
(List<SIP_Character_SIS> friends) void
STP_Human_STS.setFriends
(List<SIP_Character_SIS> friends) void
STP_MyQueryType_STS.setWithList
(List<SIP_Character_SIS> withList) ################################################################################ # withList return a list of Characters, matching the given list of CharacterInputvoid
STP_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
Modifier 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) Modifier 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) Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionDataFetchersDelegateCharacterEdgeImpl.node
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, SIP_Character_SIS> dataLoader, SIP_CharacterEdge_SIS origin) Modifier and TypeMethodDescriptionDataFetchersDelegateCharacterEdgeImpl.node
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, SIP_Character_SIS> dataLoader, SIP_CharacterEdge_SIS origin)