Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
yarinvak committed Oct 26, 2019
1 parent 401a1b5 commit 2fd394c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ You have to configure your graphql service to send the apollo tracing objects to
For example, we configured our graphql service (created by apollo server):

```javascript
const trace = `mutation($tracing: TracerInput) {
addTracing(tracing: $tracing)
}`;

const server = new ApolloServer({
typeDefs, resolvers, tracing: true, plugins: [{
requestDidStart({}){
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-vision",
"version": "0.1.2",
"version": "0.1.3",
"description": "A server for receiving apollo tracing elements and rendering the metrics into a react dashboard",
"main": "index.ts",
"scripts": {
Expand All @@ -21,5 +21,6 @@
"graphql": "^14.5.3",
"graphql-iso-date": "^3.6.1",
"typescript": "^3.5.3"
}
},
"contributors": ["yarin vaknin"]
}

0 comments on commit 2fd394c

Please sign in to comment.