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
const app_meta_sm = “{{ app.metafields.secret_keys }}” ;
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
const app_meta_sm = “{{ app.metafields.secret_keys }}” ;
This answer help to resolved the my query
Credit to
@sagar_at_avyya Thanks lots your answer really help.