fix(medusa): Allow edits relation on order retrieval (#2384)
This commit is contained in:
@@ -344,6 +344,7 @@ export const allowedAdminOrdersFields = [
|
|||||||
export const allowedAdminOrdersRelations = [
|
export const allowedAdminOrdersRelations = [
|
||||||
"customer",
|
"customer",
|
||||||
"region",
|
"region",
|
||||||
|
"edits",
|
||||||
"sales_channel",
|
"sales_channel",
|
||||||
"billing_address",
|
"billing_address",
|
||||||
"shipping_address",
|
"shipping_address",
|
||||||
|
|||||||
Reference in New Issue
Block a user