Skip to content

Commit 33927e8

Browse files
committed
DOC-474: Fixing failed static test
1 parent 20a2baa commit 33927e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# See COPYING.txt for license details.
33

44
type Mutation {
5+
"""phpcs:ignore Magento2.GraphQL.ValidArgumentName"""
56
deletePaymentToken(public_hash: String! @doc(description: "The reusable payment token securely stored in the vault.")): DeletePaymentTokenOutput @resolver(class: "\\Magento\\VaultGraphQl\\Model\\Resolver\\DeletePaymentToken") @doc(description:"Delete a customer's payment token.")
67
}
78

@@ -26,6 +27,8 @@ type PaymentToken @doc(description: "The stored payment method available to the
2627
}
2728

2829
enum PaymentTokenTypeEnum @doc(description: "The list of available payment token types.") {
30+
"""phpcs:ignore Magento2.GraphQL.ValidArgumentName"""
2931
card
32+
"""phpcs:ignore Magento2.GraphQL.ValidArgumentName"""
3033
account
3134
}

0 commit comments

Comments
 (0)