{"id":15192363,"url":"https://github.com/obmarg/graphql-ws-client","last_synced_at":"2025-04-04T10:08:31.848Z","repository":{"id":37473018,"uuid":"336822007","full_name":"obmarg/graphql-ws-client","owner":"obmarg","description":"A GraphQL over Websockets implementation for Rust","archived":false,"fork":false,"pushed_at":"2024-10-29T19:32:51.000Z","size":258,"stargazers_count":40,"open_issues_count":13,"forks_count":16,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-28T00:52:37.543Z","etag":null,"topics":["graphql","graphql-client","graphql-websocket","graphql-ws","protocol","subscriptions","transport","websockets"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/obmarg.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-07T15:36:32.000Z","updated_at":"2025-01-15T20:25:46.000Z","dependencies_parsed_at":"2024-04-05T17:47:00.812Z","dependency_job_id":"4c6b7504-2a3c-4625-bc13-0cb2c9384f45","html_url":"https://github.com/obmarg/graphql-ws-client","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obmarg%2Fgraphql-ws-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obmarg%2Fgraphql-ws-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obmarg%2Fgraphql-ws-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obmarg%2Fgraphql-ws-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/obmarg","download_url":"https://codeload.github.com/obmarg/graphql-ws-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247157283,"owners_count":20893220,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["graphql","graphql-client","graphql-websocket","graphql-ws","protocol","subscriptions","transport","websockets"],"created_at":"2024-09-27T21:22:44.834Z","updated_at":"2025-04-04T10:08:31.825Z","avatar_url":"https://github.com/obmarg.png","language":"Rust","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eGraphQL Websocket Client\u003c/h1\u003e\n\n  \u003cp\u003e\n    \u003cstrong\u003eRuntime agnostic graphql websocket client\u003c/strong\u003e\n  \u003c/p\u003e\n\n  \u003cp\u003e\n    \u003ca href=\"https://crates.io/crates/graphql-ws-client\"\u003e\u003cimg alt=\"Crate Info\" src=\"https://img.shields.io/crates/v/graphql-ws-client.svg\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://docs.rs/graphql-ws-client/\"\u003e\u003cimg alt=\"API Docs\" src=\"https://img.shields.io/docsrs/graphql-ws-client\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://discord.gg/Y5xDmDP\"\u003e\u003cimg alt=\"Discord Chat\" src=\"https://img.shields.io/discord/754633560933269544\"/\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\n  \u003ch4\u003e\n    \u003ca href=\"https://github.com/obmarg/graphql-ws-client/tree/main/examples/examples\"\u003eExamples\u003c/a\u003e\n    \u003cspan\u003e | \u003c/span\u003e\n    \u003ca href=\"https://github.com/obmarg/graphql-ws-client/blob/main/CHANGELOG.md\"\u003eChangelog\u003c/a\u003e\n  \u003c/h4\u003e\n\u003c/div\u003e\n\n# Overview\n\nThe goal of this library is to provide a runtime agnostic implementation for\n[GraphQL-over-Websockets](https://github.com/graphql/graphql-over-http/blob/main/rfcs/GraphQLOverWebSocket.md).\n\nThe library only supports subscriptions for now but will eventually support queries and mutations.\n\nIt supports the websocket libraries\n[async-tungstenite](https://github.com/sdroege/async-tungstenite),\n[tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) and\n[ws-stream-wasm](https://github.com/najamelan/ws_stream_wasm), and\n\n## Integrations\n\nThe library offers integrations with some popular GraphQL clients with feature flags:\n\n- [graphql-client](https://github.com/graphql-rust/graphql-client): `features = [\"client-graphql-client\"]`\n- [cynic](https://github.com/obmarg/cynic): `features = [\"client-cynic\"]`\n\n## Documentation\n\nThe documentation is quite limited at the moment, here are some sources:\n\n1. The provided [examples](https://github.com/obmarg/graphql-ws-client/tree/main/examples/examples)\n2. The reference documentation on [docs.rs](https://docs.rs/graphql-ws-client)\n\n## Logging\n\nBy default, the library will log some messages at the `trace` level to help you debug.\nIt is possible to turn off the logging entirely by using the `no-logging` feature.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobmarg%2Fgraphql-ws-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobmarg%2Fgraphql-ws-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobmarg%2Fgraphql-ws-client/lists"}