i have override "revokeCustomerToken" mutation & tried to add input "page data" to it, but it seems "revokeCustomerToken" does not support input attributes
https://devdocs.magento.com/guides/v2.4/graphql/mutations/revoke-customer-token.html.
Is their any way we can pass some data in "revokeCustomerToken" mutation ?
like
mutation {
revokeCustomerToken {
result
pagedata
}
}
**I doubt it does not support input parameters.**
Any thoughts on this ?