Membrane React - v0.2.1
    Preparing search index...

    Interface FindConnectionsQuery

    interface FindConnectionsQuery {
        limit?: number;
        cursor?: string;
        userId?: string;
        isTest?: boolean;
        integrationKey?: string;
        integrationId?: string;
        includeArchived?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    limit?: number
    cursor?: string
    userId?: string
    isTest?: boolean
    integrationKey?: string
    integrationId?: string
    includeArchived?: boolean