UNPKG

110 BPlain TextView Raw
1import * as graphql from './graphql';
2
3export { graphql };
4export * from './graphql';
5export default graphql;