This forum is now Read-Only. The Magento Community Forum is scheduled to close permanently on December 31, 2025. Please save any necessary information before this date. Join us on Slack for continued engagement!
How do get the request header details in custom graphQL mutation/query?
I'm planning to send some info in the header when calling the magento graphQL API developed by me in a custom module. So how do I get the header info in the resolve method of my resolver class?