You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deletePaymentToken(public_hash: String!): DeletePaymentTokenOutput@resolver(class: "\\Magento\\VaultGraphQl\\Model\\Resolver\\DeletePaymentToken") @doc(description:"Delete a customer payment token")
6
6
}
7
7
8
8
typeDeletePaymentTokenOutput {
@@ -11,16 +11,16 @@ type DeletePaymentTokenOutput {
11
11
}
12
12
13
13
typeQuery {
14
-
customerPaymentTokens: CustomerPaymentTokens@doc(description: "List of customer payment tokens") @resolver(class: "\\Magento\\VaultGraphQl\\Model\\Resolver\\PaymentTokens")
14
+
customerPaymentTokens: CustomerPaymentTokens@doc(description: "Return a list of customer payment tokens") @resolver(class: "\\Magento\\VaultGraphQl\\Model\\Resolver\\PaymentTokens")
0 commit comments