A GraphQL query builder.
This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
everyone cae7447d41
update README.md
2023-11-04 23:18:04 -07:00
.vscode initial commit 2023-10-29 23:02:56 -07:00
examples update examples 2023-11-04 22:52:59 -07:00
src add json macro 2023-11-04 22:52:42 -07:00
.gitignore initial commit 2023-10-29 23:02:56 -07:00
Cargo.toml chore: Release graphql_query_builder version 0.2.0 2023-11-04 22:55:10 -07:00
LICENSE initial commit 2023-10-29 23:02:56 -07:00
README.md update README.md 2023-11-04 23:18:04 -07:00

README.md

GraphQL Query Builder

⚠️ This repo has been moved to here ⚠️

This is a GraphQL query builder.

Install

cargo add graphql_query_builder

Implementation Checklist