Comments on: An Advanced GraphQL with Quarkus https://piotrminkowski.com/2021/04/14/advanced-graphql-with-quarkus/ Java, Spring, Kotlin, microservices, Kubernetes, containers Tue, 21 Feb 2023 13:52:39 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: piotr.minkowski https://piotrminkowski.com/2021/04/14/advanced-graphql-with-quarkus/#comment-1870 Tue, 21 Feb 2023 13:52:39 +0000 https://piotrminkowski.com/?p=9672#comment-1870 In reply to Srinivas Chintamani.

Hi,
Sorry, for the response after a long time. It has been fixed some days ago. It should work now

]]>
By: piotr.minkowski https://piotrminkowski.com/2021/04/14/advanced-graphql-with-quarkus/#comment-1869 Tue, 21 Feb 2023 13:51:38 +0000 https://piotrminkowski.com/?p=9672#comment-1869 In reply to Jerin.

Hi. I’m exposing it exactly in the same way as the standard HTTP app. For me the endpoint would be http://localhost:8080/graphql

]]>
By: Jerin https://piotrminkowski.com/2021/04/14/advanced-graphql-with-quarkus/#comment-1868 Tue, 21 Feb 2023 07:36:40 +0000 https://piotrminkowski.com/?p=9672#comment-1868 How quarkus will expose the api endpoints of graphql. If I wanted to call the graphql apis from a react project, how the endpoint would look like?

]]>
By: piotr.minkowski https://piotrminkowski.com/2021/04/14/advanced-graphql-with-quarkus/#comment-1832 Sun, 05 Feb 2023 13:22:14 +0000 https://piotrminkowski.com/?p=9672#comment-1832 In reply to Eric Murphy.

Thanks!

]]>
By: Eric Murphy https://piotrminkowski.com/2021/04/14/advanced-graphql-with-quarkus/#comment-1830 Sun, 05 Feb 2023 05:26:22 +0000 https://piotrminkowski.com/?p=9672#comment-1830 Great content!

]]>
By: Srinivas Chintamani https://piotrminkowski.com/2021/04/14/advanced-graphql-with-quarkus/#comment-1148 Thu, 03 Jun 2021 15:08:05 +0000 https://piotrminkowski.com/?p=9672#comment-1148 Hi @Piotr,
Thank you for the wonderful article and the step by step tutorial. I have been able to get it up and running within no time.

However I’m facing an issue with Mutations – for example –

mutation insertSriniDept {
newDepartment ( input: {name: “Srini” organizationId: 3}) { name }
}

is causing Transaction Required error like so:

“extensions”: {
“exception”: “javax.persistence.TransactionRequiredException”,
“classification”: “DataFetchingException”,
“code”: “transaction-required”
}

How can this be fixed pls?

]]>
By: piotr.minkowski https://piotrminkowski.com/2021/04/14/advanced-graphql-with-quarkus/#comment-1121 Sun, 23 May 2021 07:18:29 +0000 https://piotrminkowski.com/?p=9672#comment-1121 In reply to code22-bit.

Yes, you can use any backend supported by Quarkus like MongoDB with Panache.

]]>
By: code22-bit https://piotrminkowski.com/2021/04/14/advanced-graphql-with-quarkus/#comment-1103 Thu, 22 Apr 2021 14:45:51 +0000 https://piotrminkowski.com/?p=9672#comment-1103 helo, it is possible to implement a Filtring for mongo database

]]>