apollo-server: export errors from variants

This commit is contained in:
Evans Hauser 2018-04-27 10:41:23 -07:00
parent 0cccdb9cc5
commit 720df5294a
No known key found for this signature in database
GPG key ID: 88AF586817F52EEC

View file

@ -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';