mirror of
https://github.com/vale981/apollo-server
synced 2025-03-04 17:21:42 -05:00
docs: Remove "beta" indication in logFunction
metrics example.
This commit is contained in:
parent
211a0f4b78
commit
01202bb9bf
1 changed files with 1 additions and 2 deletions
|
@ -122,5 +122,4 @@ server.listen().then(({ url }) => {
|
|||
});
|
||||
```
|
||||
|
||||
For example the `logFunction` from Apollo Server 1 can be implemented as an [extension](https://github.com/apollographql/apollo-server/blob/8914b135df9840051fe81cc9224b444cfc5b61ab/packages/apollo-server-core/src/logging.ts) and could be modified to add additional state or functionality. The example uses a beta of `graphql-extensions`, which can be added to a project with `npm install graphql-extensions@beta`.
|
||||
|
||||
For example the `logFunction` from Apollo Server 1 can be implemented as an [extension](https://github.com/apollographql/apollo-server/blob/8914b135df9840051fe81cc9224b444cfc5b61ab/packages/apollo-server-core/src/logging.ts) and could be modified to add additional state or functionality.
|
Loading…
Add table
Reference in a new issue