|  | hace 1 año | |
|---|---|---|
| .. | ||
| src | hace 1 año | |
| Cargo.toml | hace 2 años | |
| PullRequestsOpen.gql | hace 1 año | |
| README.md | hace 1 año | |
| build.rs | hace 2 años | |
Use a client to experiment and build your GraphQL query/mutation.
https://insomnia.rest/download
Once you're happy with the result, save your query in a <query>.gql file in this directory. It will serve as
documentation on how to reproduce the Rust boilerplate.
Introspect a schema and save it locally:
cynic introspect \
    -H "User-Agent: cynic/3.4.3" \
    -H "Authorization: Bearer [GITHUB_TOKEN]" \
    "https://api.github.com/graphql" \
    -o schemas/github.graphql
Execute a GraphQL query/mutation and save locally the Rust boilerplate:
cynic querygen --schema schemas/github.graphql --query query.gql