[jira] [Commented] (OFBIZ-11347) Add GraphQL component

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-11347) Add GraphQL component

Nicolas Malin (Jira)

    [ 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/47

If 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!

 

 

 

 

 

 

 

 

 

> Add GraphQL component
> ---------------------
>
>                 Key: OFBIZ-11347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11347
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: ALL PLUGINS
>    Affects Versions: Trunk
>            Reporter: Girish Vasmatkar
>            Assignee: Girish Vasmatkar
>            Priority: Minor
>         Attachments: image-2020-12-26-22-46-10-859.png
>
>
> Here's the relevant discussion around having a GraphQL component for OFBiz- 
> [https://lists.apache.org/thread.html/r2fd1decca7a71ae2270a0e2d1f03ed69a69253f68f957626c386a11a%40%3Cdev.ofbiz.apache.org%3E]
>  Also, add the capability for OFBiz to communicate with a GraphQL endpoint.
> Below repository contains GraphQL endpoint configuration for OFBiz. Further details can be found in README.
> https://github.com/girishvasmatkar/ofbiz-graphql
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)