Uses of Class
org.allGraphQLCases.server.STP_TypeWithObject_STS
Packages that use STP_TypeWithObject_STS
-
Uses of STP_TypeWithObject_STS in org.allGraphQLCases.server
Methods in org.allGraphQLCases.server that return STP_TypeWithObject_STSModifier and TypeMethodDescriptionSTP_TypeWithObject_STS.Builder.build()STP_MyQueryType_STS.getObjectWithInput()Methods in org.allGraphQLCases.server that return types with arguments of type STP_TypeWithObject_STSModifier and TypeMethodDescriptionSTP_MyQueryType_STS.getObjectsWithInput()STP_TheSubscriptionType_STS.getObjectsWithInput()Methods in org.allGraphQLCases.server 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) DataFetchersDelegateTypeWithObject.withArguments(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_TypeWithObject_STS origin, String test, Date date, Long _long, Boolean _boolean, SEP_Episode_SES _enum, Object object, List<Object> objects) This method loads the data for TypeWithObject.withArguments.TypeWithObjectController.withArguments(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_TypeWithObject_STS origin, String test, Date date, Long _long, Boolean _boolean, String _enum, Object object, List<Object> objects) This method loads the data for ${dataFetcher.graphQLType}.withArguments.STP_MyQueryType_STS.Builder.withObjectWithInput(STP_TypeWithObject_STS objectWithInputParam) Method parameters in org.allGraphQLCases.server 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) -
Uses of STP_TypeWithObject_STS in org.allGraphQLCases.server.impl
Methods in org.allGraphQLCases.server.impl that return STP_TypeWithObject_STSModifier and TypeMethodDescriptionDataFetchersDelegateMyQueryTypeImpl.objectWithInput(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_InputWithObject_SINS input) Methods in org.allGraphQLCases.server.impl that return types with arguments of type STP_TypeWithObject_STSModifier and TypeMethodDescriptionDataFetchersDelegateMyQueryTypeImpl.objectsWithInput(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, List<SINP_InputWithObject_SINS> input) org.reactivestreams.Publisher<List<STP_TypeWithObject_STS>>DataFetchersDelegateTheSubscriptionTypeImpl.objectsWithInput(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, List<SINP_InputWithObject_SINS> input) Methods in org.allGraphQLCases.server.impl with parameters of type STP_TypeWithObject_STSModifier and TypeMethodDescriptionDataFetchersDelegateTypeWithObjectImpl.objects(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_TypeWithObject_STS origin) DataFetchersDelegateTypeWithObjectImpl.withArguments(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_TypeWithObject_STS origin, String test, Date date, Long _long, Boolean _boolean, SEP_Episode_SES _enum, Object object, List<Object> objects)