Comments on: GraphQL – The Future of Microservices? https://piotrminkowski.com/2018/08/16/graphql-the-future-of-microservices/ Java, Spring, Kotlin, microservices, Kubernetes, containers Thu, 03 Dec 2020 23:22:32 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: Piotr Mińkowski https://piotrminkowski.com/2018/08/16/graphql-the-future-of-microservices/#comment-600 Fri, 31 Jul 2020 14:08:16 +0000 https://piotrminkowski.wordpress.com/?p=6783#comment-600 In reply to heartly.

Hi. Maybe you would be interested in my latest article about GraphQL: https://piotrminkowski.com/2020/07/31/an-advanced-guide-to-graphql-with-spring-boot/

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2018/08/16/graphql-the-future-of-microservices/#comment-597 Wed, 08 Jul 2020 09:03:16 +0000 https://piotrminkowski.wordpress.com/?p=6783#comment-597 In reply to heartly.

Hi. No, currently I don’t have such an example.

]]>
By: heartly https://piotrminkowski.com/2018/08/16/graphql-the-future-of-microservices/#comment-596 Fri, 03 Jul 2020 20:04:24 +0000 https://piotrminkowski.wordpress.com/?p=6783#comment-596 Hey,

Do you have any example, which includes complex queries and its graphql schema representation. I have a huge project which runs on complex queries.

Thanks.

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2018/08/16/graphql-the-future-of-microservices/#comment-595 Tue, 28 Apr 2020 22:17:06 +0000 https://piotrminkowski.wordpress.com/?p=6783#comment-595 In reply to rangareddyavula.

Hi,
But what error do you exactly receive? I see that current newest SNAPSHOT version of apollo client is 2.0.1-SNAPSHOT

]]>
By: rangareddyavula https://piotrminkowski.com/2018/08/16/graphql-the-future-of-microservices/#comment-594 Sun, 26 Apr 2020 17:35:47 +0000 https://piotrminkowski.wordpress.com/?p=6783#comment-594 Hi Piotr,

It is very good article. I went through all steps. Application is successfully running but if I want to generate client classes mentioned in step4 not able to understand properly. Can you please gradle project and dependencies to generate automatic classes. In Google I tried but not able to succeed.

I am waiting for your reply..

Thanks once again.

]]>
By: Abhishek Mishra https://piotrminkowski.com/2018/08/16/graphql-the-future-of-microservices/#comment-593 Mon, 02 Mar 2020 07:56:49 +0000 https://piotrminkowski.wordpress.com/?p=6783#comment-593 HI i tried your example but it is showing an error
forlist method is not available and writelist is not accepting those arguments in employeesbydepartment , employeebyoranization and emloyeequery class

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2018/08/16/graphql-the-future-of-microservices/#comment-592 Tue, 07 Jan 2020 12:31:45 +0000 https://piotrminkowski.wordpress.com/?p=6783#comment-592 In reply to ritesh205.

The repositories are defined. You can take a look on the examples on GitHub related to that article: https://github.com/piomin/sample-graphql-microservices

]]>
By: ritesh205 https://piotrminkowski.com/2018/08/16/graphql-the-future-of-microservices/#comment-591 Tue, 31 Dec 2019 03:57:03 +0000 https://piotrminkowski.wordpress.com/?p=6783#comment-591 Where did you defined the repository classes? I am not seeing any in the blog.Do we need to add anything there?

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2018/08/16/graphql-the-future-of-microservices/#comment-590 Tue, 12 Nov 2019 21:29:23 +0000 https://piotrminkowski.wordpress.com/?p=6783#comment-590 In reply to pramoj.

Hi. Yes you are right. The problem occurs because I always use local instance of artiffactory, and therefore sometime forget to add additional repository to pom.xml. I fixed it. Artifact apollo-runtime is available on jcenter. I have added this repo, and also remove SNAPSHOT dependency, since currently we can use stable version. The changes has been pushed to my github repo

]]>
By: pramoj https://piotrminkowski.com/2018/08/16/graphql-the-future-of-microservices/#comment-589 Thu, 07 Nov 2019 03:32:40 +0000 https://piotrminkowski.wordpress.com/?p=6783#comment-589 Hi

Getting a compilation problem because it fails to download the maven dependency file.

com.apollographql.apollo
apollo-runtime
1.0.1-SNAPSHOT

So I did not get any dependency in maven repo. Then I changed the below dependency which available on maven repo.

com.apollographql.apollo
apollo-runtime
1.0.0-alpha3

Now I am getting another issue i.e

ApolloClient client = ApolloClient.builder().serverUrl(String.format(SERVER_URL, ii.getPort())).build();

please help me

]]>