forked from 0no-co/gql.tada
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
19 additions
and
914 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
# gql.tada | ||
|
||
## 1.0.0-beta.1 | ||
## 1.0.0 | ||
|
||
### Minor Changes | ||
**Initial Release** | ||
|
||
- Test | ||
Submitted by undefined | ||
`gql.tada` is a GraphQL document authoring library, inferring the result and variables types | ||
of GraphQL queries and fragments in the TypeScript type system. It derives the types for your | ||
GraphQL queries on the fly allowing you to write type-safe GraphQL documents quickly. | ||
|
||
## 1.0.1-beta.0 | ||
|
||
### Patch Changes | ||
|
||
- Test | ||
Submitted by undefined | ||
To get started, check out the [documentation’s “Get Started” section.](https://gql-tada.0no.co/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gql.tada", | ||
"description": "The spec-compliant & magical GraphQL query language engine in the TypeScript type system", | ||
"version": "1.0.0-beta.2", | ||
"version": "1.0.0", | ||
"author": "0no.co <[email protected]>", | ||
"source": "./src/index.ts", | ||
"main": "./dist/gql-tada", | ||
|
Oops, something went wrong.