Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.TypeWithObject
Packages that use TypeWithObject
Package
Description
-
Uses of TypeWithObject in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue that return TypeWithObjectModifier and TypeMethodDescriptionTypeWithObject.Builder.build()MyQueryType.getObjectWithInput()Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue that return types with arguments of type TypeWithObjectModifier and TypeMethodDescriptionMyQueryType.getObjectsWithInput()TheSubscriptionType.getObjectsWithInput()Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue with parameters of type TypeWithObjectModifier and TypeMethodDescriptionvoidMyQueryType.setObjectWithInput(TypeWithObject objectWithInput) MyQueryType.Builder.withObjectWithInput(TypeWithObject objectWithInputParam) Method parameters in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue with type arguments of type TypeWithObjectModifier and TypeMethodDescriptionvoidMyQueryType.setObjectsWithInput(List<TypeWithObject> objectsWithInput) voidTheSubscriptionType.setObjectsWithInput(List<TypeWithObject> objectsWithInput) MyQueryType.Builder.withObjectsWithInput(List<TypeWithObject> objectsWithInputParam) TheSubscriptionType.Builder.withObjectsWithInput(List<TypeWithObject> objectsWithInputParam) -
Uses of TypeWithObject in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.util
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.util with parameters of type TypeWithObjectModifier and TypeMethodDescriptionDataFetchersDelegateTypeWithObject.objects(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, TypeWithObject origin) This method loads the data for TypeWithObject.objects.TypeWithObjectController.objects(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, TypeWithObject origin) This method loads the data for ${dataFetcher.graphQLType}.objects.DataFetchersDelegateTypeWithObject.withArguments(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, TypeWithObject origin, String test, Date date, Long _long, Boolean _boolean, Episode _enum, Object object, List<Object> objects) This method loads the data for TypeWithObject.withArguments.TypeWithObjectController.withArguments(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, TypeWithObject 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.