Loading...
Loading...
A Connection in Quiltt serves as the primary way to ingest and sync financial data associated with one of your Profiles. Connections are typically created from a data source like Plaid or MX, and provide access to account information, transactions and other data, depending on the provider and Connection configuration.
After a Connection is created, Quiltt will automatically ingest permissioned data, keep it in sync, and make its data available via the GraphQL API.
Metadata
Profile GraphQL API Reference
Connection queries allow you to fetch data about a specific Connection or a list of Connections associated with the Profile.
connection
QueryLooks up a Connection by its ID:
connections
QueryLists the Connections associated with the Profile:
The connections
query supports various filtering options:
Filters for Connections with specific statuses:
Filters for Connections from specific providers:
Filters for Connections with specific metadata, such as an internal ID:
Connection mutations allow you to disconnect or update individual Connections.
connectionDisconnect
MutationDisconnect a Connection from its provider, preventing Quiltt from syncing data:
connectionUpdate
MutationUpdates a Connection with new metadata. This is useful for storing additional information about the Connection, such as a user-friendly name, or an internal ID.
Note that updating a Connection's products requires the end-user going through the Connector Reconnect flow.
Connection subscriptions allow you to listen to Connection sync events.
connectionSynced
SubscriptionFires whenever an existing Connection finishes syncing: