Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration.STP_TypeWithObject_STS
Packages that use STP_TypeWithObject_STS
-
Uses of STP_TypeWithObject_STS in org.junittest.allgraphqlcases_server_springconfiguration
Methods in org.junittest.allgraphqlcases_server_springconfiguration that return STP_TypeWithObject_STSModifier and TypeMethodDescriptionSTP_TypeWithObject_STS.Builder.build()STP_MyQueryType_STS.getObjectWithInput()Methods in org.junittest.allgraphqlcases_server_springconfiguration that return types with arguments of type STP_TypeWithObject_STSModifier and TypeMethodDescriptionSTP_MyQueryType_STS.getObjectsWithInput()STP_TheSubscriptionType_STS.getObjectsWithInput()Methods in org.junittest.allgraphqlcases_server_springconfiguration with parameters of type STP_TypeWithObject_STSModifier and TypeMethodDescriptionDataFetchersDelegateTypeWithObject.objects(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_TypeWithObject_STS origin) This method loads the data for TypeWithObject.objects.TypeWithObjectController.objects(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_TypeWithObject_STS origin) This method loads the data for ${dataFetcher.graphQLType}.objects.voidSTP_MyQueryType_STS.setObjectWithInput(STP_TypeWithObject_STS objectWithInput) STP_MyQueryType_STS.Builder.withObjectWithInput(STP_TypeWithObject_STS objectWithInputParam) Method parameters in org.junittest.allgraphqlcases_server_springconfiguration with type arguments of type STP_TypeWithObject_STSModifier and TypeMethodDescriptionvoidSTP_MyQueryType_STS.setObjectsWithInput(List<STP_TypeWithObject_STS> objectsWithInput) voidSTP_TheSubscriptionType_STS.setObjectsWithInput(List<STP_TypeWithObject_STS> objectsWithInput) STP_MyQueryType_STS.Builder.withObjectsWithInput(List<STP_TypeWithObject_STS> objectsWithInputParam) STP_TheSubscriptionType_STS.Builder.withObjectsWithInput(List<STP_TypeWithObject_STS> objectsWithInputParam)