Configuration Reference
Introduction
Under the hood, the Stripe connector utilizes the ndc-http
connector via
Stripe's OpenAPI spec. This ensures you can incorporate any resources available via
Stripe's REST API into your supergraph.
Schema
As the schema for this connector is mapped to the OpenAPI spec for Stripe's API, the connector does not generate any
local configuration files. Instead, when you introspect your data source,
this JSON schema is used to
generate a DataConnectorLink
in your subgraph's metadata,
complete with all the resources available via Stripe's API.
To explore this file, try out the how-to guide for Stripe and — after introspecting — grep through the generated HML file for any endpoint you desire.