Uses of Class
org.allGraphQLCases.server.STP_PageInfo_STS
Packages that use STP_PageInfo_STS
Package
Description
This package contains all the Data Fetcher that are specific to the relay connection capability.
-
Uses of STP_PageInfo_STS in org.allGraphQLCases.server
Methods in org.allGraphQLCases.server that return STP_PageInfo_STSModifier and TypeMethodDescriptionSTP_PageInfo_STS.Builder.build()SIP_CharacterConnection_SIS.getPageInfo()STP_HumanConnection_STS.getPageInfo()Methods in org.allGraphQLCases.server with parameters of type STP_PageInfo_STSModifier and TypeMethodDescriptionvoidSIP_CharacterConnection_SIS.setPageInfo(STP_PageInfo_STS pageInfo) voidSTP_HumanConnection_STS.setPageInfo(STP_PageInfo_STS pageInfo) STP_HumanConnection_STS.Builder.withPageInfo(STP_PageInfo_STS pageInfoParam) -
Uses of STP_PageInfo_STS in org.allGraphQLCases.server.impl.relayConnection
Methods in org.allGraphQLCases.server.impl.relayConnection that return STP_PageInfo_STSModifier and TypeMethodDescriptionDataFetchersDelegateCharacterConnectionImpl.pageInfo(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_CharacterConnection_SIS origin) DataFetchersDelegateHumanConnectionImpl.pageInfo(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_HumanConnection_STS origin)