Uses of Interface
org.allGraphQLCases.server.SIP_CharacterConnection_SIS
Package
Description
This package contains all the Data Fetcher that are specific to the relay connection capability.
-
Uses of SIP_CharacterConnection_SIS in org.allGraphQLCases.server
Modifier and TypeMethodDescriptionCharacterConnectionController.edges
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_CharacterConnection_SIS origin) This method loads the data for ${dataFetcher.graphQLType}.edges.DataFetchersDelegateCharacterConnection.edges
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_CharacterConnection_SIS origin) This method loads the data for CharacterConnection.edges.CharacterConnectionController.pageInfo
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_CharacterConnection_SIS origin) This method loads the data for ${dataFetcher.graphQLType}.pageInfo.DataFetchersDelegateCharacterConnection.pageInfo
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_CharacterConnection_SIS origin) This method loads the data for CharacterConnection.pageInfo.void
STP_MyQueryType_STS.setConnectionWithoutParameters
(SIP_CharacterConnection_SIS connectionWithoutParameters) STP_MyQueryType_STS.Builder.withConnectionWithoutParameters
(SIP_CharacterConnection_SIS connectionWithoutParametersParam) -
Uses of SIP_CharacterConnection_SIS in org.allGraphQLCases.server.impl
Modifier and TypeMethodDescriptionDataFetchersDelegateMyQueryTypeImpl.connectionWithoutParameters
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment) -
Uses of SIP_CharacterConnection_SIS in org.allGraphQLCases.server.impl.relayConnection
Modifier and TypeMethodDescriptionDataFetchersDelegateCharacterConnectionImpl.edges
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_CharacterConnection_SIS origin) DataFetchersDelegateCharacterConnectionImpl.pageInfo
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_CharacterConnection_SIS origin)