We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff73e89 commit 2c00de1Copy full SHA for 2c00de1
app/code/Magento/OrderCancellationGraphQl/etc/schema.graphqls
@@ -1,7 +1,7 @@
1
# Copyright © Magento, Inc. All rights reserved.
2
# See COPYING.txt for license details.
3
type StoreConfig {
4
- order_cancellation_enabled: Boolean @doc(description: "Indicates whether orders can be cancelled by customers or not.")
+ order_cancellation_enabled: Boolean! @doc(description: "Indicates whether orders can be cancelled by customers or not.")
5
order_cancellation_reasons: [CancellationReason!]! @resolver(class: "Magento\\OrderCancellationGraphQl\\Model\\Resolver\\CancellationReasons") @doc(description: "An array containing available cancellation reasons.")
6
}
7
0 commit comments