UNPKG

@graphql-tools/executor

Version:

Fork of GraphQL.js' execute function

6 lines (5 loc) 166 B
export function invariant(condition, message) { if (!condition) { throw new Error(message != null ? message : 'Unexpected invariant triggered.'); } }