@seamapi/react-query - v0.2.1
    Preparing search index...

    Interface SeamQueryContext

    interface SeamQueryContext {
        client: null | SeamHttp;
        clientOptions?: SeamQueryProviderClientOptions;
        clientSessionToken?: string;
        consoleSessionToken?: string;
        endpointClient: null | SeamHttpEndpoints;
        publishableKey?: string;
        queryKeyPrefix?: string;
        userIdentifierKey?: string;
        workspaceId?: string;
    }
    Index

    Properties

    client: null | SeamHttp
    clientSessionToken?: string
    consoleSessionToken?: string
    endpointClient: null | SeamHttpEndpoints
    publishableKey?: string
    queryKeyPrefix?: string
    userIdentifierKey?: string
    workspaceId?: string