Package Exports
- @nhost/stripe-graphql-js
- @nhost/stripe-graphql-js/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nhost/stripe-graphql-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Stripe GraphQL API
@nhost/stripe-graphql-js
Documentation
https://docs.nhost.io/graphql/remote-schemas/stripe.
Development
Install dependencies:
pnpm install
Start the development server:
pnpm dev
Include the correct admin secret header for admin access
{
"x-hasura-admin-secret":"<secret value matching your NHOST_ADMIN_SECRET environment variable>"
}
The GraphQL Server will reload every time the code changes.
Open GraphiQL: