Uses of Interface
org.allGraphQLCases.server.SIP_CharacterEdge_SIS
Packages that use SIP_CharacterEdge_SIS
Package
Description
This package contains all the Data Fetcher that are specific to the relay connection capability.
-
Uses of SIP_CharacterEdge_SIS in org.allGraphQLCases.server
Methods in org.allGraphQLCases.server that return types with arguments of type SIP_CharacterEdge_SISMethods in org.allGraphQLCases.server with parameters of type SIP_CharacterEdge_SISModifier and TypeMethodDescriptionCharacterEdgeController.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.Method parameters in org.allGraphQLCases.server with type arguments of type SIP_CharacterEdge_SISModifier and TypeMethodDescriptionvoidSIP_CharacterConnection_SIS.setEdges(List<SIP_CharacterEdge_SIS> edges) -
Uses of SIP_CharacterEdge_SIS in org.allGraphQLCases.server.impl.relayConnection
Methods in org.allGraphQLCases.server.impl.relayConnection that return types with arguments of type SIP_CharacterEdge_SISModifier and TypeMethodDescriptionDataFetchersDelegateCharacterConnectionImpl.edges(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_CharacterConnection_SIS origin) Methods in org.allGraphQLCases.server.impl.relayConnection with parameters of type SIP_CharacterEdge_SISModifier and TypeMethodDescriptionDataFetchersDelegateCharacterEdgeImpl.node(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, SIP_Character_SIS> dataLoader, SIP_CharacterEdge_SIS origin)