Uses of Class
org.allGraphQLCases.server.STP_HumanEdge_STS
Package
Description
This package contains all the Data Fetcher that are specific to the relay connection capability.
-
Uses of STP_HumanEdge_STS in org.allGraphQLCases.server
Modifier and TypeMethodDescriptionDataFetchersDelegateHumanEdge.node
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, STP_Human_STS> dataLoader, STP_HumanEdge_STS origin) This method loads the data for HumanEdge.node.HumanEdgeController.node
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, STP_Human_STS> dataLoader, STP_HumanEdge_STS origin) This method loads the data for ${dataFetcher.graphQLType}.node.Modifier and TypeMethodDescriptionvoid
STP_HumanConnection_STS.setEdges
(List<STP_HumanEdge_STS> edges) STP_HumanConnection_STS.Builder.withEdges
(List<STP_HumanEdge_STS> edgesParam) -
Uses of STP_HumanEdge_STS in org.allGraphQLCases.server.impl.relayConnection
Modifier and TypeMethodDescriptionDataFetchersDelegateHumanConnectionImpl.edges
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_HumanConnection_STS origin) Modifier and TypeMethodDescriptionDataFetchersDelegateHumanEdgeImpl.node
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, STP_Human_STS> dataLoader, STP_HumanEdge_STS origin)