Skip to content

Commit 51f8208

Browse files
committed
update Feature - update description graphql
1 parent 5e13244 commit 51f8208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/schema.graphqls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ input MpSmsNotificationSendInput {
4747
store_id: Int! @doc(description: "Store Id")
4848
}
4949
input MpSmsNotificationSignUpInput {
50-
is_behavior: Boolean! @doc(description: "Is subcriber behavior")
51-
is_order: Boolean! @doc(description: "Is subcriber Order")
50+
is_behavior: Boolean! @doc(description: "Is signup behavior")
51+
is_order: Boolean! @doc(description: "Is signup Order")
5252
}
5353

5454
type MpSmsNotificationConfigOutput {

0 commit comments

Comments
 (0)