Axinom Mosaic Libraries
    Preparing search index...
    GraphQLErrorEnhanced: GraphQLErrorExtended & {
        code: string;
        details?: Dict<unknown>;
        extensions: { timestamp: string };
        timestamp: string;
    }

    A GraphQLErrorExtended object with additional properties. This error is thrown by the GraphQL API and returned to the original requester.