Skip to content

Commit

Permalink
Merge pull request #100 from p2panda/add-gql-replication-types
Browse files Browse the repository at this point in the history
Add graphql replication endpoints
  • Loading branch information
pietgeursen committed Jun 11, 2022
2 parents ec4db29 + c5123aa commit bf6ccb1
Show file tree
Hide file tree
Showing 34 changed files with 1,362 additions and 39 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- GraphQL endpoint for publishing entries [#123](https://github.com/p2panda/aquadoggo/pull/132)
- Implement SQL `DocumentStore` [#118](https://github.com/p2panda/aquadoggo/pull/118)
- Implement SQL `SchemaStore` [#130](https://github.com/p2panda/aquadoggo/pull/130)
- GraphQL endpoints for replication [#100](https://github.com/p2panda/aquadoggo/pull/100)

### Changed

Expand Down
206 changes: 203 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ members = [
"aquadoggo",
"aquadoggo_cli",
]

default-members = ["aquadoggo_cli"]
Loading

0 comments on commit bf6ccb1

Please sign in to comment.