@terrestris/shogun-util
    Preparing search index...

    Interface GraphQLResponse<T>

    interface GraphQLResponse<T> {
        data: Record<string, T>;
        errors?: any;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    data: Record<string, T>
    errors?: any