Skip to content

Commit

Permalink
schema.graphql link in readme points to correct place (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
emberian authored Apr 3, 2024
1 parent 77aee3b commit 937fc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ query getActions {
}
```

To see the data exposed, see the [GraphQL schema](./src/schema.ts).
To see the data exposed, see the [GraphQL schema](./schema.graphql).

The server lets operators connect to an existing Archive Node Postgres database and provides application monitoring with [Jaeger](https://github.com/jaegertracing/jaeger).

Expand Down

0 comments on commit 937fc4a

Please sign in to comment.