Zend certified PHP/Magento developer

Magento 2 Save Custom Address attributes in quote address

I have created 2 custom address attributes house name and landmark. From the backend, I can save the values of the attributes and it is shown in the address section. Also I have created fields in the quote_address and sales_order_address tables.

But when I use the saved address for the order, the new attributes are not saved to the quote_address/sales_order_address table.

If I add a new address, then it is working. I have tried with Magento FE and GraphQL query. How can I do it? I need this in GraphQL.