Want to access the app meta field to the theme app extension

Hi there,

I create the app meta fied use of the graph QL.

but i can’t access the app meta field into the theme app extension

Sanjay_io_0-1662127312427.png

const app_meta_sm = “{{ app.metafields.secret_keys }}” ;

This answer help to resolved the my query

https://community.shopify.com/post/1598577

Credit to
@sagar_at_avyya Thanks lots your answer really help.