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 5e13244 commit 51f8208Copy full SHA for 51f8208
etc/schema.graphqls
@@ -47,8 +47,8 @@ input MpSmsNotificationSendInput {
47
store_id: Int! @doc(description: "Store Id")
48
}
49
input MpSmsNotificationSignUpInput {
50
- is_behavior: Boolean! @doc(description: "Is subcriber behavior")
51
- is_order: Boolean! @doc(description: "Is subcriber Order")
+ is_behavior: Boolean! @doc(description: "Is signup behavior")
+ is_order: Boolean! @doc(description: "Is signup Order")
52
53
54
type MpSmsNotificationConfigOutput {
0 commit comments