A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hey Dear Community.
I am trying to get the order's delivery method.
I am using Graphql but i can't find how should i do that.
{orders(first:10){
nodes{
id
//deliveryMethod??? 🙂
}
}
Is there any way to get that data via Graphql API?
Solved! Go to the solution
This is an accepted solution.
This is an accepted solution.
The correct answer is: