UNPKG

@graphql-tools/prisma-loader

Version:

A set of utils for faster development of GraphQL tools

10 lines (9 loc) 332 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ClusterNotFound = void 0; class ClusterNotFound extends Error { constructor(name) { super(`Cluster '${name}' is neither a known shared cluster nor defined in your global .prismarc.`); } } exports.ClusterNotFound = ClusterNotFound;