Uses of Class
org.allGraphQLCases.server.STP_MyQueryType_STS
Package | Description |
---|---|
org.allGraphQLCases.server | |
org.allGraphQLCases.server.impl | |
org.allGraphQLCases.server.util |
-
Uses of STP_MyQueryType_STS in org.allGraphQLCases.server
Methods in org.allGraphQLCases.server that return STP_MyQueryType_STS Modifier and Type Method Description STP_MyQueryType_STS
STP_MyQueryType_STS.Builder. build()
STP_MyQueryType_STS
STP_MyQueryType_STS. getRelay()
Methods in org.allGraphQLCases.server with parameters of type STP_MyQueryType_STS Modifier and Type Method Description void
STP_MyQueryType_STS. setRelay(STP_MyQueryType_STS relay)
STP_MyQueryType_STS.Builder
STP_MyQueryType_STS.Builder. withRelay(STP_MyQueryType_STS relay)
-
Uses of STP_MyQueryType_STS in org.allGraphQLCases.server.impl
Methods in org.allGraphQLCases.server.impl that return STP_MyQueryType_STS Modifier and Type Method Description STP_MyQueryType_STS
DataFetchersDelegateMyQueryTypeImpl. relay(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
-
Uses of STP_MyQueryType_STS in org.allGraphQLCases.server.util
Methods in org.allGraphQLCases.server.util that return STP_MyQueryType_STS Modifier and Type Method Description STP_MyQueryType_STS
DataFetchersDelegateMyQueryType. relay(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
This method loads the data for MyQueryType.relay.Methods in org.allGraphQLCases.server.util that return types with arguments of type STP_MyQueryType_STS Modifier and Type Method Description graphql.schema.DataFetcher<STP_MyQueryType_STS>
GraphQLDataFetchers. dataFetchersDelegateMyQueryTypeRelay()