Interface CreateApolloServerPluginUsageReportingOptionsOptions

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

Properties

Properties

appConfig: AppConfigType