index.ts 186 B

1234567
  1. /**
  2. * @description
  3. * The GraphiQL plugin exports a server plugin which serves
  4. * a GraphQL playground for the admin & shop APIs.
  5. */
  6. export * from './plugin';
  7. export * from './types';