Skip to content

Commit

Permalink
example: variable inlining
Browse files Browse the repository at this point in the history
  • Loading branch information
obmarg committed Aug 21, 2024
1 parent 460969c commit d1cdc40
Show file tree
Hide file tree
Showing 3 changed files with 296 additions and 8 deletions.
159 changes: 151 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ chrono = { version = "0.4", features = ["serde"] }
# have to recompile it as often.
github-schema = { path = "../schemas/github" }

# Required for the query inlining example
graphql-query = "1"

[dev-dependencies]
insta = "1.17"

Expand Down
Loading

0 comments on commit d1cdc40

Please sign in to comment.