wp-graphql / wp-graphql-woocommerce

Add WooCommerce support and functionality to your WPGraphQL server
https://woographql.com
GNU General Public License v3.0
642 stars 130 forks source link

fix: Session transaction queue fix #832

Closed kidunot89 closed 9 months ago

kidunot89 commented 9 months ago

Your checklist for this pull request

Thanks for sending a pull request! Please make sure you click the link above to view the contribution guidelines, then fill out the blanks below.

🚨Please review the guidelines for contributing to this repository.

What does this implement/fix? Explain your changes.

With these changes the proper session token should be generated post login mutations from WPGraphQL JWT Authentication and WPGraphQL Headless Login, resolving the following issues.

Resolves #684 Resolves #682 Resolves #817

Does this close any currently open issues?

…

Any relevant logs, error output, GraphiQL screenshots, etc?

(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)

Any other comments?

…

Where has this been tested?