Axinom Mosaic Libraries
    Preparing search index...
    • Middleware that forwards requests that accept html to graphiql.

      Parameters

      • graphQLUrl: string = '/graphql'

        The url to forward from. (default: '/graphql')

      • graphiQLUrl: string = '/graphiql'

        The url to forward to. (default: '/graphiql')

      Returns (req: Request, res: Response, next: NextFunction) => void