interface ApolloPlaygroundOptions { path?: string; } export const renderApolloPlayground = ({ path = 'graphql', }: ApolloPlaygroundOptions = {}) => { return `