Skip to content

v2.0.0

Compare
Choose a tag to compare
@DanielMSchmidt DanielMSchmidt released this 20 Oct 15:30
· 193 commits to master since this release
2a53f4d

2.0.0 (2020-10-20)

BREAKING CHANGES

  • This removes support for the GraphQL Extension interface and moves from a class to a function interface

Migration:

-  extensions: [
-    new OpentracingExtension({
-     server: serverTracer,
-     local: localTracer,
-   })
-  ]
+   plugins: [OpentracingExtension({
+     server: serverTracer,
+     local: localTracer,
+   })]