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

    Interface SeamQueryProviderPropsWithClientSessionToken

    interface SeamQueryProviderPropsWithClientSessionToken {
        children?: ReactNode;
        clientSessionToken: string;
        endpoint?: string;
        isUndocumentedApiEnabled?: boolean;
        onSessionUpdate?: (client: SeamHttp) => void;
        queryClient?: QueryClient;
    }

    Hierarchy (View Summary)

    Index

    Properties

    children?: ReactNode
    clientSessionToken: string
    endpoint?: string
    isUndocumentedApiEnabled?: boolean
    onSessionUpdate?: (client: SeamHttp) => void
    queryClient?: QueryClient