graphqlade

    Interface RawExecutionArgs

    interface RawExecutionArgs {
        operationName?: unknown;
        query: unknown;
        variables?: unknown;
    }
    Index

    Properties

    operationName?: unknown
    query: unknown
    variables?: unknown
    MMNEPVFCICPMFPCPTTAAATR