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