Mike Ziwisky
Results
2
issues of
Mike Ziwisky
Is it possible to use multiple redaction rules? E.g. something like: ```js pino({ redact: [ { paths: ['req.headers.authorization'], }, { paths: ['req.id'], remove: true, }, ], }) ``` I want...
i.e., allow something like: class MySchema < GraphQL::Schema query MyQuery end class MyFederationSchema < MySchema include ApolloFederation::Schema end this pattern is useful if you want to host both a federation...