Order's delivery method via Graphql Api

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??? :slightly_smiling_face:

}

}

Is there any way to get that data via Graphql API?

The correct answer is:

shippingLine {
title
}