github-schema 1.2.4 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,7 @@
1
- # github-schema
1
+ # 📋 github-schema
2
+
3
+ [![npm version][npm-version-src]][npm-version-href]
4
+ [![npm downloads][npm-downloads-src]][npm-downloads-href]
2
5
 
3
6
  GitHub's GraphQL Schema
4
7
 
@@ -45,7 +48,7 @@ import { gqlTyped } from "github-schema";
45
48
 
46
49
  ## Editor Autocompletion
47
50
 
48
- > [!NOTE]
51
+ > [!TIP]
49
52
  > You will need to have [GraphQL LSP](https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql) installed, and have a `.graphqlrc.yaml` file in your project root.
50
53
  > If you also want nice colors, i would recommend [GraphQL Syntax Highlighting](https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql-syntax) installed.
51
54
 
@@ -57,3 +60,10 @@ schema: node_modules/github-schema/schema.graphql
57
60
  ## 📄 License
58
61
 
59
62
  Published under [MIT License](./LICENSE).
63
+
64
+ <!-- Badges -->
65
+
66
+ [npm-version-src]: https://img.shields.io/npm/v/github-schema?style=flat&colorA=18181B&colorB=4169E1
67
+ [npm-version-href]: https://npmjs.com/package/github-schema
68
+ [npm-downloads-src]: https://img.shields.io/npm/dm/github-schema?style=flat&colorA=18181B&colorB=4169E1
69
+ [npm-downloads-href]: https://npmjs.com/package/github-schema