cow-graph 0.6.0

Layer 3 GraphQL transport primitives for the CoW Protocol SDK (placeholder).
Documentation
1
2
3
4
5
6
7
8
9
//! `cow-graph` — Layer 3 `GraphQL` transport primitives for the `CoW` Protocol SDK.
//!
//! **Placeholder**: `GraphQL` request/response envelope handling, retry
//! integration with `cow-http`, and the `GraphTransport` trait will
//! land here once extracted from `cow-subgraph`. Today the subgraph
//! crate uses the HTTP primitives directly.

#![deny(unsafe_code)]
#![warn(missing_docs)]