Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 651 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 651 Bytes

OneGraph Examples: Stripe Customer Dashboard

This is a simple app showing how to use OneGraph to

  1. Handle Stripe authentication
  2. Query for the exact data needed for the UI
  3. Run mutations to issues refunds

It makes use of the Apollo GraphQL client and OneGraph GraphQL service

*** This is a real app! Running this app will make changes to your production data ***

Next steps