@valon-technologies/gestalt
    Preparing search index...

    Interface AppInvokeGraphQLRequest

    AppInvokeGraphQLRequest invokes the raw GraphQL surface on another plugin through Gestalt.

    interface AppInvokeGraphQLRequest {
        app: string;
        document: string;
        variables?: object;
        connection: string;
        instance: string;
        idempotencyKey: string;
        context?: RequestContext;
        headers: { [key: string]: string };
    }
    Index

    Properties

    app: string
    document: string
    variables?: object
    connection: string
    instance: string
    idempotencyKey: string
    context?: RequestContext
    headers: { [key: string]: string }

    headers overrides outbound static headers declared by the target provider.