orderlistUpdate
AUTH: Role=[shop.OWNER,shop.EDITOR]
orderlistUpdate(
id: Int!
input: OrderlistUpdateInput!
): Orderlist!
AUTH: Role=[shop.OWNER,shop.EDITOR]
orderlistUpdate(
id: Int!
input: OrderlistUpdateInput!
): Orderlist!
orderlistUpdate.id
● Int!
non-null scalarorderlistUpdate.input
● OrderlistUpdateInput!
non-null inputOrderlist
object