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/c/shopify-apis-and-sdks/want-to-store-privatemetafields-with-shopify-resources-and/m-p/1598577/highlight/true#M80094

Credit to
@sagar_at_avyya Thanks lots your answer really help.