mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
apollo-server: export errors from variants
This commit is contained in:
parent
0cccdb9cc5
commit
720df5294a
1 changed files with 2 additions and 0 deletions
|
@ -4,3 +4,5 @@ export * from './types';
|
||||||
// this makes it easy to get inline formatting and highlighting without
|
// this makes it easy to get inline formatting and highlighting without
|
||||||
// actually doing any work
|
// actually doing any work
|
||||||
export const gql = String.raw;
|
export const gql = String.raw;
|
||||||
|
|
||||||
|
export * from './errors';
|
||||||
|
|
Loading…
Add table
Reference in a new issue