@shopify/cli-kit
    Preparing search index...

    Interface GraphQLResponseOptions<T>

    interface GraphQLResponseOptions<T> {
        handleErrors?: boolean;
        onResponse?: (response: GraphQLClientResponse<T>) => void;
    }

    Type Parameters

    • T
    Index

    Properties

    handleErrors?: boolean
    onResponse?: (response: GraphQLClientResponse<T>) => void