Skip to content

Commit efd5f0b

Browse files
committed
Drop support for GraphQL v14
1 parent 13367e0 commit efd5f0b

File tree

4 files changed

+3
-63
lines changed

4 files changed

+3
-63
lines changed

.circleci/config.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test And Build
1+
name: CI
22

33
on:
44
push:
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
graphql-version: ['~14.6', '~14.7', '~15.0', '~16.0']
16+
graphql-version: ['~15.0', '~16.0']
1717
steps:
1818
- name: Checkout repository
1919
uses: actions/checkout@v2

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![npm](https://img.shields.io/npm/dm/graphql-query-complexity)](https://www.npmjs.com/package/graphql-query-complexity)
44
[![npm version](https://badge.fury.io/js/graphql-query-complexity.svg)](https://badge.fury.io/js/graphql-query-complexity)
5-
[![CircleCI](https://circleci.com/gh/slicknode/graphql-query-complexity.svg?style=shield)](https://circleci.com/gh/slicknode/graphql-query-complexity)
65
[![Twitter Follow](https://img.shields.io/twitter/follow/slicknode?style=social)](https://twitter.com/slicknode)
76

87
This library provides GraphQL query analysis to reject complex queries to your GraphQL server.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"lodash.get": "^4.4.2"
2828
},
2929
"peerDependencies": {
30-
"graphql": "^14.6.0 || ^15.0.0 || ^16.0.0"
30+
"graphql": "^15.0.0 || ^16.0.0"
3131
},
3232
"files": [
3333
"dist",

0 commit comments

Comments
 (0)