- Bump
async-graphql
to v5.- Bumped due to a bump in tauri-plugin-graphql.
- 9551574 Create update-async-graphql.md on 2023-01-10
- Drop tauri >1.0.0
- Bumped due to a bump in tauri-plugin-graphql.
- 1d5a578 Create adjust-dependency-version.md on 2022-09-22
- Added optional support for the GraphiQL IDE, to explore the Schema during Development. This is gated behind the
graphiql
feature flag.- Bumped due to a bump in tauri-plugin-graphql.
- 209e0b4 update changesets on 2022-09-21
- Re-export
async_graphql
from crate.- Bumped due to a bump in tauri-plugin-graphql.
- d587a33 feat: re-export async_graphql on 2022-09-22
- Switch from
juniper
toasync-graphql
. This adds integration with more crates, including thelog
,tracing
andopentelemetry
ecosystems. It also improves performance and simplifies the implementation.
- Update Tauri to v1.0.0
- Update Tauri to v1.0.0-rc.12
- Update dependencies.
- Update dependencies
- 7c8a65d Create update-deps.md on 2022-05-11
- Update dependency
@tauri-apps/api
to1.0.0-rc.4
- 5e68e7b Create update-tauri-api.md on 2022-04-27
- Fix readme copy&paste issue
- a9a3fed fix readme copy paste issue on 2022-04-02
- Update README.md
- 0ebf8c6 Create fix-update-readme.md on 2022-04-02
- Add support for GraphQL subscriptions. Subscriptions provide a type-safe way to model real-time state changes. This feature is currently gated by the
subscriptions
flag but will be enabled by default in a future release.- d73c988 add changefiles on 2022-04-01
- Breaking Change: The
tauriExchange
has been renamed and deprecated and will be removed in a future release. Please useinvokeExchange
instead.- d73c988 add changefiles on 2022-04-01
- Npm publish hotfix
- 5ccffc3 npm publish hotfix on 2022-03-30