Zend certified PHP/Magento developer

How to extend graphql mutation?

I want to add extra fields to the existing graphql mutation and save them to the data base. For example if I want to add fields in set payment method mutation on cart, what steps I need to follow. Can anyone please guide?

Thanks in advance.