cynic 3.13.2

A code first GraphQL client for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: cynic/tests/features.rs
expression: operation.query
---
query QueryWithFeatures {
  a_new_hope: film(id: "ZmlsbXM6MQ==") {
    title
  }
  empire_strikes_back: film(id: "ZmlsbXM6Mg==") {
    title
  }
}