UNPKG

@graphql-tools/prisma-loader

Version:

A set of utils for faster development of GraphQL tools

6 lines (5 loc) 185 B
export class ClusterNotFound extends Error { constructor(name) { super(`Cluster '${name}' is neither a known shared cluster nor defined in your global .prismarc.`); } }