cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2 : Extend graphql schema

Magento 2 : Extend graphql schema

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 ?

1 REPLY 1

Re: Magento 2 : Extend graphql schema

any thoughts on this ?