Skip to content

Commit 036758a

Browse files
authored
Update app/code/Magento/SalesGraphQl/etc/schema.graphqls
Updated scope description as the tech writer recommended.
1 parent 15da445 commit 036758a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type Customer {
2525
filter: CustomerOrdersFilterInput @doc(description: "Defines the filter to use for searching customer orders."),
2626
currentPage: Int = 1 @doc(description: "Specifies which page of results to return. The default value is 1."),
2727
pageSize: Int = 20 @doc(description: "Specifies the maximum number of results to return at once. The default value is 20."),
28-
scope: ScopeTypeEnum @doc(description: "Specifies the scope of the orders (global, website, store)"),
28+
scope: ScopeTypeEnum @doc(description: "Specifies the scope to search for customer orders. The Store request header identifies the customer's store view code. The default value of STORE limits the search to the value specified in the header. Specify WEBSITE to expand the search to include all customer orders assigned to the website that defined in the header, or specify GLOBAL to include all customer orders across all websites and stores."),
2929
): CustomerOrders @resolver(class: "Magento\\SalesGraphQl\\Model\\Resolver\\CustomerOrders") @cache(cacheable: false)
3030
}
3131

0 commit comments

Comments
 (0)