Uses of Class
org.allGraphQLCases.server.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
Modifier and TypeMethodDescriptionSTP_PageInfo_STS.Builder.build()
SIP_CharacterConnection_SIS.getPageInfo()
STP_HumanConnection_STS.getPageInfo()
Modifier and TypeMethodDescriptionvoid
SIP_CharacterConnection_SIS.setPageInfo
(STP_PageInfo_STS pageInfo) void
STP_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
Modifier and TypeMethodDescriptionDataFetchersDelegateCharacterConnectionImpl.pageInfo
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_CharacterConnection_SIS origin) DataFetchersDelegateHumanConnectionImpl.pageInfo
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_HumanConnection_STS origin)