Uses of Class
org.allGraphQLCases.server.STP_Foo140_STS
Packages that use STP_Foo140_STS
-
Uses of STP_Foo140_STS in org.allGraphQLCases.server
Methods in org.allGraphQLCases.server that return STP_Foo140_STSModifier and TypeMethodDescriptionSTP_Foo140_STS.Builder.build()
STP_MyQueryType_STS.getFoo140()
test for issue #140 (error for type that implements multiple interfaces)Methods in org.allGraphQLCases.server with parameters of type STP_Foo140_STSModifier and TypeMethodDescriptionDataFetchersDelegateFoo140.bar
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_Foo140_STS origin) This method loads the data for Foo140.bar.Foo140Controller.bar
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_Foo140_STS origin) This method loads the data for ${dataFetcher.graphQLType}.bar.void
STP_MyQueryType_STS.setFoo140
(STP_Foo140_STS foo140) test for issue #140 (error for type that implements multiple interfaces)STP_MyQueryType_STS.Builder.withFoo140
(STP_Foo140_STS foo140Param) test for issue #140 (error for type that implements multiple interfaces) -
Uses of STP_Foo140_STS in org.allGraphQLCases.server.impl
Methods in org.allGraphQLCases.server.impl that return STP_Foo140_STSModifier and TypeMethodDescriptionDataFetchersDelegateMyQueryTypeImpl.foo140
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment) Methods in org.allGraphQLCases.server.impl with parameters of type STP_Foo140_STSModifier and TypeMethodDescriptionDataFetchersDelegateFoo140Impl.bar
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_Foo140_STS origin)