UNPKG

@paroicms/server

Version:
14 lines 413 B
export function disableApolloStudioPlugin() { return { async serverWillStart() { return { async renderLandingPage() { return { html: "<!DOCTYPE html><p>This is the GraphQL API for admin-ui.</p>", }; }, }; }, }; } //# sourceMappingURL=disable-apollo-studio-plugin.js.map