[
https://issues.apache.org/jira/browse/OFBIZ-11347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17255093#comment-17255093 ]
Girish Vasmatkar commented on OFBIZ-11347:
------------------------------------------
Hi Everyone!
Here's the initial PR for everyone's review. I am in no hurry to get this in so please take your time to review and let me know how we can improve this even further or if you have any reservations about any of the details.
https://github.com/apache/ofbiz-plugins/pull/47If you need any help with testing, please let me know. The readme does contain the details, but here are the steps.
# git clone [
https://github.com/girishvasmatkar/ofbiz-plugins]
# git checkout OFBIZ-11347-graphql
# git clone [
https://github.com/girishvasmatkar/graphql-product-api]
# ./gradlew loadAll
# ./gradlew ofbiz
# [
https://localhost:8443/graphql]
## Enter username/password
## Go to the menu named "GraphiQL". ([
https://localhost:8443/graphql/control/graphiql)]
## You can see on the right the graphql API that's available.
## Left pane can be used to construct queries and right pane will return response from OFBiz.
!image-2020-12-26-22-46-10-859.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)