Skip to content

Commit 0ea1702

Browse files
committed
ACP2E-894: add new argument to filter customer orders based on scope level
1 parent c0ece64 commit 0ea1702

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/SalesGraphQl/etc/schema.graphqls

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ enum CheckoutUserInputErrorCodes {
251251
}
252252

253253
enum ScopeTypeEnum @doc(description: "This enumeration defines the scope type for customer orders.") {
254-
global
255-
website
256-
store
254+
GLOBAL
255+
WEBSITE
256+
STORE
257257
}

0 commit comments

Comments
 (0)