Skip to content

Latest commit

 

History

History

stripe-graphql-js

Stripe GraphQL API

@nhost/stripe-graphql-js

npm npm license: MIT

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:

http://0.0.0.0:4000/graphql