UNPKG

@graphql-tools/prisma-loader

Version:

A set of utils for faster development of GraphQL tools

6 lines (5 loc) 188 B
export class ClusterNotSet extends Error { constructor() { super(`No cluster set. In order to run this command, please set the "cluster" property in your prisma.yml`); } }