Uses of Class
org.allGraphQLCases.server.STP_HumanConnection_STS
Packages that use 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
Methods in org.allGraphQLCases.server that return STP_HumanConnection_STSModifier and TypeMethodDescriptionSTP_HumanConnection_STS.Builder.build()STP_MyQueryType_STS.getConnectionOnHuman()SIP_AllFieldCasesInterface_SIS.getFriends()STP_AllFieldCasesInterfaceType_STS.getFriends()Methods in org.allGraphQLCases.server with parameters of type STP_HumanConnection_STSModifier 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.voidSTP_MyQueryType_STS.setConnectionOnHuman(STP_HumanConnection_STS connectionOnHuman) voidSIP_AllFieldCasesInterface_SIS.setFriends(STP_HumanConnection_STS friends) voidSTP_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
Methods in org.allGraphQLCases.server.impl that return STP_HumanConnection_STSModifier 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
Methods in org.allGraphQLCases.server.impl.relayConnection with parameters of type STP_HumanConnection_STSModifier and TypeMethodDescriptionDataFetchersDelegateHumanConnectionImpl.edges(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_HumanConnection_STS origin) DataFetchersDelegateHumanConnectionImpl.pageInfo(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_HumanConnection_STS origin)