Member Junction
    Preparing search index...

    GraphQL error entry as returned in a response's errors array.

    interface SanitizedGraphQLErrorDetail {
        extensions?: Record<string, unknown>;
        message?: string;
        path?: readonly (string | number)[];
    }
    Index

    Properties

    extensions?: Record<string, unknown>
    message?: string
    path?: readonly (string | number)[]