Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/eggjs/egg-graphql


https://github.com/eggjs/egg-graphql

Release 2.8.0

87d20a626a9d8e99598637ef7a8b980653fb0a4f authored over 4 years ago by TZ <[email protected]>
chore: revert history && update ci (#33)

44f289aad62a404707f7ea46e68ab2cb25641215 authored over 4 years ago by TZ | 天猪 <[email protected]>
feat: Automatically control Cache with LRU (#32)

* Automatically control with LRU

Co-authored-by: aodun <[email protected]>

d6618f9c043cdb55662d36ed178b8df155c3c2e1 authored over 4 years ago by KorsChen <[email protected]>
chore: bump to v2.7.1

9cb9dabbf78a38919aa98976ccd3ba70807e912e authored over 4 years ago by Jasin Yip <[email protected]>
fix: lock the dependencies version.

ed73ea1d592680c13aead3e3f9b46f7a385cdbe5 authored over 4 years ago by Jasin Yip <[email protected]>
chore: bump to 2.7.0.

89d66ea7f32918af92403ba78700324bc5ccf4bb authored about 5 years ago by 叶俊星(达诺) <[email protected]>
Merge branch 'master' of github.com:eggjs/egg-graphql

3c1af4902b24b61e5588a28ddf62dbf80041d731 authored about 5 years ago by 叶俊星(达诺) <[email protected]>
feat:pass other apollo server options. (#31)

bf6485a0957482b4c06154def62265d9f958db48 authored about 5 years ago by Wang Hailong <[email protected]>
Merge branch 'master' of github.com:eggjs/egg-graphql

59e2d9f7b0dced8a5b84698cf00abe762878c0e4 authored about 5 years ago by 叶俊星(达诺) <[email protected]>
Release 2.6.0

d1cdb290a8d3481be835b47f61719c0e9699ef53 authored over 5 years ago by JasinYip <[email protected]>
chore: bump to 2.6.0

48fe3e5477a8604b843b1de0787250dc40b65c19 authored over 5 years ago by JasinYip <[email protected]>
feat: Support default empty schema (#26)

d6038a68700e4855519e8cf475e951222399c62e authored over 5 years ago by supperchong <[email protected]>
test: change test app name

1eeaabe5315fc02a34deec2bdc3f316a4dfb16b8 authored over 5 years ago by supperchong <[email protected]>
Merge branch 'master' of https://github.com/supperchong/egg-graphql

226b1336fb472164ecd5ce6d0f08cbe7a7f4bcd9 authored over 5 years ago by supperchong <[email protected]>
test: add package.json

90e51fe928ed6c8f04fe6c2741afdb7df1f9d0af authored over 5 years ago by supperchong <[email protected]>
feat: add default empty schema options

41e8997eebcb883442eb216c653413adf9af27f0 authored over 5 years ago by supperchong <[email protected]>
add default empty schema

3f567e2dd5ef67bf4044005c07093bbb09b6371c authored over 5 years ago by supperchong <[email protected]>
Release 2.5.0

6cf81b524e6c1172ca5336ea071c989bb7c85a3f authored over 5 years ago by Jasin Yip <[email protected]>
Release 2.5.0

da5f6c043ed2421e1cbd2281d0d5c398f3feed01 authored over 5 years ago by Jasin Yip <[email protected]>
Release 2.5.0

062c78ecf6d8f5cdadf87f097a9fce119b5492cf authored over 5 years ago by Jasin Yip <[email protected]>
chore: bump to 2.5.0

2fde9c697ca109276c19e1cfbe2c99c8cf9aa280 authored over 5 years ago by Jasin Yip <[email protected]>
feat: 支持模型分目录存放 (#25)

* support for grouping model files

* unit test

* delete the console output

* Update loa...

842a8e89c684102fd520f30393a4cd851b636717 authored over 5 years ago by suoxiaoming87 <[email protected]>
chore:bump to 2.4.0

2ea460eba9bc47532d6786162a0f76fd212759e4 authored over 5 years ago by tianyi.jiangty <[email protected]>
更新文档:补充添加中间件说明 (#22)

* docs: update docs

3d89ee540a09bb783a3c48b86945f68ac8ddd1cc authored about 6 years ago by liuqipeng <[email protected]>
feat: Add `schemaDirectives` (#19)

1) Ref: https://github.com/eggjs/egg/issues/3063.
2) Update to latest version for Nodejs to 10.X.

d4b5c655deaf28c4e7db9201a45925a76af007db authored about 6 years ago by Maledong <[email protected]>
Release 2.3.0

3866608453221084167b932e19d4ca5c93fefd36 authored about 6 years ago by tianyi.jiangty <[email protected]>
chore:bump to 2.3.0

9f325de39848a36e7321a8ed93c35f541820fb5a authored about 6 years ago by tianyi.jiangty <[email protected]>
feat:pass app context as argument to create resolver. (#20)

d4092997bfe1e565ecf86b8b3c23473ae59b40a8 authored about 6 years ago by Hank <[email protected]>
Release 2.2.0

25ed38b33a8de1f6d9072c8612ccc82fb0606faa authored about 6 years ago by tianyi.jiangty <[email protected]>
chrome:bump to 2.2.0

a1ea7b158db4cbf14a0e1bed8c37d2ebbea23c2a authored about 6 years ago by tianyi.jiangty <[email protected]>
refactor (graphql.js): Upgrade to the v2 of apollo (#18)

We used to get the 'graphqlKoa' and 'graphiqlKoa' before as the
middle-wares,
but now they hav...

461edf06b575d37d6a412fd7684d2a4b24b27786 authored over 6 years ago by Maledong <[email protected]>
chore:bump to 2.1.0

0248cb2b4abdd55053cc199596a5624a463ad548 authored almost 7 years ago by tianyi.jiangty <[email protected]>
feat: add directive resolver and test unit (#11)

* feat: add directive resovler and test unit

* docs: add directive doc

fe96b179f0782ad2986fb3a20216e5937cb7b31d authored almost 7 years ago by JeffJiang <[email protected]>
Release 2.0.0

d7dc8facd28f1d4d6057398bda226c82c736f362 authored about 7 years ago by jtyjty99999 <[email protected]>
feat: use async function and support egg@2 (#10)

feat: update tests

e4bdfb7c2d96ecf342abbc21cb6b885cbe620296 authored about 7 years ago by duckywang1 <[email protected]>
docs: update docs

324700754f68c324a27b5b0eaa5ede75e8d32d3f authored about 7 years ago by jtyjty99999 <[email protected]>
docs: update docs

97c8214ea9c47343833c8da01cc21ba3bd87b901 authored about 7 years ago by jtyjty99999 <[email protected]>
docs: update docs

b6c5f66970069f4042514611e5016ddb1d6d4faf authored about 7 years ago by jtyjty99999 <[email protected]>
docs: add readme (#9)

81d23e87669d8e8e1cf1f21d8740d264ea283a5d authored about 7 years ago by Adams <[email protected]>
chore:bump to 1.3.0

a1d5ffa78126fa886d9a536c16c6c8b1fe61de1a authored about 7 years ago by jtyjty99999 <[email protected]>
feat:Change koa-graphql to apollo-server-koa (#8)

c163883f9dbfdd55813d81beb7577904b0fd2fce authored about 7 years ago by duckywang1 <[email protected]>
chore:bump to 1.2.0

79afc4097d37e8dcf4fa75936138277ba797c188 authored about 7 years ago by jtyjty99999 <[email protected]>
feat:Add Simple Switch for graphiql (#7)

99cbb22d48f64b720e9017cea075f27ec339cbf2 authored about 7 years ago by duckywang1 <[email protected]>
chore:bump to 1.1.0

f21b36aa0f35e9b5e9e765cf613f30c70b145beb authored about 7 years ago by jtyjty99999 <[email protected]>
fix(schema): root nodes can't be written in multiple resolvers (#4)

a8adb66375d4a830dcb2a73de2bb4ae5ec311bf8 authored over 7 years ago by freebyron <[email protected]>
Merge pull request #3 from solarhell/patch-1

docs: polishment

7455bdc8c60217011bb6554a51edeb2511f84d4b authored over 7 years ago by Adams <[email protected]>
Update README.md

e4f6cf05d5134e243494aab2341c31286289457b authored over 7 years ago by jiaxin <[email protected]>
chore:release 1.0.0

0004aebf8b89ed8a5544a4e92813f4d778616e12 authored over 7 years ago by jtyjty99999 <[email protected]>
Merge pull request #1 from eggjs/in

feat:first implement

f433d983def3d4e6f4c6373c981794a69ad12639 authored over 7 years ago by Adams <[email protected]>
test: improve coverage

826c8021fc2b07ee9fb2ff69ce3135bf69d5c93b authored over 7 years ago by byron <[email protected]>
style: fix lint

6b53d1684afcdb4e691da8689710ed01d13f7f52 authored over 7 years ago by byron <[email protected]>
feat: implement graphql request

8a6965537332da76e3dbdd26482baa8011d35127 authored over 7 years ago by byron <[email protected]>
feat:first implement

f4bb9c747413d7edbf5a668f5e8fc585ab0692c4 authored almost 8 years ago by jtyjty99999 <[email protected]>
Initial commit

ccf76a27209ce48c32e4137c8fdb3fde8992083f authored almost 8 years ago by Adams <[email protected]>