- Bump
async-graphql
to v5.- 9551574 Create update-async-graphql.md on 2023-01-10
- Drop tauri >1.0.0
- 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.- 209e0b4 update changesets on 2022-09-21
- Re-export
async_graphql
from crate.- 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.
- Mark as
stable
- d6ba689 Create mark-as-stable.md on 2022-06-16
- 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 documentation
- de4c1fa Create update-docs.md on 2022-05-03
- Update dependency
tauri
to1.0.0-rc.8
- 42d98bb add tauri changefile on 2022-04-27
- 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
- Replace panicking behavior with proper error handling.
- d73c988 add changefiles on 2022-04-01