What I want to do.
We would like to add a Flow action extension to our app and use graghql when it is called.
Prerequisites
Template of the app: Remix
Unknown
When a request is made from the admin screen, the following code is used to authenticate the request.
I think you will be able to use graphql with admin obtained at this time.
const { admin } = await shopify.authenticated.admin(request);
```
Is there a method to authenticate a request from a Flow action like the above?
I would like to know if anyone is familiar with this.
[https://shopify.dev/docs/apps/flow/actions/endpoints#verifying-requests](https://shopify.dev/docs/apps/flow/actions/endpoints#verifying-requests)