amzn / amazon-payments-magento-2-plugin

Extension to enable Amazon Pay on Magento 2
https://amzn.github.io/amazon-payments-magento-2-plugin/
Apache License 2.0
105 stars 76 forks source link

GraphQL Support #1077

Closed larsroettig closed 2 years ago

larsroettig commented 2 years ago

What I expected

As a Developer, I expected also the support of GraphQL the REST API from Magento2 is deprecated and PWAStudio only supportsGraphQL a mix of REST and GraphQL is technical not possibly and leads to session issues.

Here you can find a Blogpost how to created an Endpoint for Magento ow to create a GraphQL Mutation Endpoint for Magento

A workflow diagram like https://devdocs.magento.com/guides/v2.4/graphql/payment-methods/klarna.html would be great.

If you any question you can find my at Twitter or Magento Community Slack

What happened instead

Steps to reproduce the issue

Your setup

tlundgr commented 2 years ago

Thank you! We are currently looking into scoping and scheduling this functionality. I will keep this ticket open until we decide a course of action.

zichicc commented 2 years ago

Hi @larsroettig

GraphQL support has been introduced in version 5.13.0: https://github.com/amzn/amazon-payments-magento-2-plugin/releases/tag/5.13.0 https://amzn.github.io/amazon-payments-magento-2-plugin/graphql-docs.html https://amzn.github.io/amazon-payments-magento-2-plugin/customisation.html#docs

feel free to provide any feedback and reopen this issue in case you have any problems!

Thanks Best Christian