- Generate the extenions with command.
npm run generate extensions - Generating does not create app function in shopify admin so we need to create it from gql mutations.
i. Check functions with the below query.
query GetFunctions{ shopifyFunctions(first: 25) { nodes { app { title
}