Skip to content

Commit 28991a8

Browse files
committed
0.5.0
1 parent 3b08b80 commit 28991a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gqlcheck",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "Performs additional checks on your GraphQL documents and operations to ensure they conform to your rules, whilst allow-listing existing operations and their constituent parts (and allowing overrides on a per-field basis). Rules include max selection set depth, max list nesting, require pagination, limit self-referencing loops, etc. Add your own rules!",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)