docs: Remove "beta" indication in logFunction metrics example.

This commit is contained in:
Jesse Rosenberger 2019-02-26 11:19:47 +02:00
parent 211a0f4b78
commit 01202bb9bf
No known key found for this signature in database
GPG key ID: C0CCCF81AA6C08D8

View file

@ -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.