Hex Core JS
    Preparing search index...

    Type Alias GraphQLResponse<T>

    type GraphQLResponse<T> = {
        data: T | null;
        errors: readonly GraphQLFormattedError[] | null;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    data: T | null
    errors: readonly GraphQLFormattedError[] | null