Interface CreateGraphQLErrorFormatterOptions

interface CreateGraphQLErrorFormatterOptions {
    appConfig: AppConfigType;
    logger: WinstonLogger;
}

Properties

Properties

appConfig: AppConfigType