ImportConnection

mutation

The importConnection mutation allows you to import a previously established aggregator connection, enabling our system to ingest and categorize transactions associated with that connection. This process facilitates transaction management and categorization for streamlined data handling within your application.

mutation ImportConnection {
    importConnection(token: String!) {
        connectionId
        provider
    }
}

Input Attributes

AttributeDescription
tokenPlaid access token

Output Attributes

AttributeDescription
connectionidUnique connection identifier.
providerConnection provider (PLAID, MX, etc)