You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Seems to book (master) generation issue.
To Reproduce
If you go to subscription page, you will find below text instead of plain old generated html.
Currently there is an example of subscriptions with [warp][warp], but it still in an alpha state. GraphQL over [WS][WS] is not fully supported yet and is non-standard.
Warp Subscription Example
Small Example
[Coordinator]: https://docs.rs/juniper_subscriptions/0.15.0/struct.Coordinator.html [SubscriptionCoordinator]: https://docs.rs/juniper_subscriptions/0.15.0/trait.SubscriptionCoordinator.html [Connection]: https://docs.rs/juniper_subscriptions/0.15.0/struct.Connection.html [SubscriptionConnection]: https://docs.rs/juniper_subscriptions/0.15.0/trait.SubscriptionConnection.html [Future]: https://docs.rs/futures/0.3.4/futures/future/trait.Future.html [warp]: https://github.com/graphql-rust/juniper/tree/master/juniper_warp [WS]: https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md [GraphQLError]: https://docs.rs/juniper/0.14.2/juniper/enum.GraphQLError.html [Schema]: ../schema/schemas_and_mutations.md
Expected behavior
It should have generated proper html
Additional context
I haven't checked other pages for issues. But best guess is it might be there and fixing one page should fix all pages.
The text was updated successfully, but these errors were encountered:
@kunjee17 yup, there is some mess around links. I've planned to fix it with the subscriptions layer being polished altogether. However, earlier PRs are still welcome 😉
- rework and update existing chapters
- mention correct case transformation for GraphQL enums (#1029)
- document N+1 mitigation techniques and look-ahead features (#234, #444)
- mention all integration crates (#867)
- fix Book links (#679, #974, #1056)
- remove old version of Book (#1168)
Additionally:
- disable `bson`, `url`, `uuid` and `schema-language` Cargo features by default in `juniper` crate
Co-authored-by: Christian Legnitto <[email protected]>
Describe the bug
Seems to book (master) generation issue.
To Reproduce
If you go to subscription page, you will find below text instead of plain old generated html.
Expected behavior
It should have generated proper html
Additional context
I haven't checked other pages for issues. But best guess is it might be there and fixing one page should fix all pages.
The text was updated successfully, but these errors were encountered: