Uses of Class
org.allGraphQLCases.server.STP_HumanConnection_STS
Package
Description
This package contains all the Data Fetcher that are specific to the relay connection capability.
-
Uses of STP_HumanConnection_STS in org.allGraphQLCases.server
Modifier and TypeMethodDescriptionSTP_HumanConnection_STS.Builder.build()
STP_MyQueryType_STS.getConnectionOnHuman()
SIP_AllFieldCasesInterface_SIS.getFriends()
STP_AllFieldCasesInterfaceType_STS.getFriends()
Modifier and TypeMethodDescriptionDataFetchersDelegateHumanConnection.edges
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_HumanConnection_STS origin) This method loads the data for HumanConnection.edges.HumanConnectionController.edges
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_HumanConnection_STS origin) This method loads the data for ${dataFetcher.graphQLType}.edges.DataFetchersDelegateHumanConnection.pageInfo
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_HumanConnection_STS origin) This method loads the data for HumanConnection.pageInfo.HumanConnectionController.pageInfo
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_HumanConnection_STS origin) This method loads the data for ${dataFetcher.graphQLType}.pageInfo.void
STP_MyQueryType_STS.setConnectionOnHuman
(STP_HumanConnection_STS connectionOnHuman) void
SIP_AllFieldCasesInterface_SIS.setFriends
(STP_HumanConnection_STS friends) void
STP_AllFieldCasesInterfaceType_STS.setFriends
(STP_HumanConnection_STS friends) STP_MyQueryType_STS.Builder.withConnectionOnHuman
(STP_HumanConnection_STS connectionOnHumanParam) STP_AllFieldCasesInterfaceType_STS.Builder.withFriends
(STP_HumanConnection_STS friendsParam) -
Uses of STP_HumanConnection_STS in org.allGraphQLCases.server.impl
Modifier and TypeMethodDescriptionDataFetchersDelegateMyQueryTypeImpl.connectionOnHuman
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, String planet, SEP_Episode_SES SEP_Episode_SES) DataFetchersDelegateAllFieldCasesInterfaceImpl.friends
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_AllFieldCasesInterface_SIS source) DataFetchersDelegateAllFieldCasesInterfaceTypeImpl.friends
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_AllFieldCasesInterfaceType_STS source) -
Uses of STP_HumanConnection_STS in org.allGraphQLCases.server.impl.relayConnection
Modifier and TypeMethodDescriptionDataFetchersDelegateHumanConnectionImpl.edges
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_HumanConnection_STS origin) DataFetchersDelegateHumanConnectionImpl.pageInfo
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_HumanConnection_STS origin)