/** * Configuration options for the GraphiQL plugin. */ export interface GraphiqlPluginOptions { /** * @description * The route to the GraphiQL UI. * * @default 'graphiql' */ route?: string; }