Robert Mosolgo
a532d0c80f
0.3.0
2019-10-09 11:12:05 -04:00
Robert Mosolgo
0e9385ecf7
Merge pull request #17 from github/support-class-based-types
...
Support class-based schemas and types
2019-10-09 11:11:10 -04:00
Robert Mosolgo
ec8402752d
Use a more recent Ruby which is required by graphql-client's use of String#-@
2019-09-11 12:08:18 -04:00
Robert Mosolgo
17d9348c15
remove debug code; update deps
2019-09-11 12:03:02 -04:00
Robert Mosolgo
4fdbb218ba
Support class-based schemas and types
2019-09-11 11:54:17 -04:00
Robert Mosolgo
a37a69ed94
0.2.0
2019-06-10 15:00:59 -04:00
Robert Mosolgo
341567259d
0.2.0
2019-06-10 14:59:22 -04:00
Robert Mosolgo
45670a19fe
Merge pull request #16 from github/drop-legacy-graphql
...
Drop support for GraphQL <1.5.6
2019-06-10 14:58:47 -04:00
Robert Mosolgo
b9e994304b
remove 1.9 build because 1.9-dev is gone
2019-06-10 13:57:17 -04:00
Robert Mosolgo
6c67fc9bae
Drop support for GraphQL <1.5.6
2019-06-10 13:48:24 -04:00
Robert Mosolgo
1095cfc4f0
Bump version for graphql 1.9+ compat
2018-10-25 14:50:24 -04:00
Robert Mosolgo
7a4279be24
Build 1.9 and 1.8 on travis
2018-10-25 14:43:58 -04:00
Robert Mosolgo
d7436ed68e
Merge pull request #15 from github/support-1.9-dev
...
Support GraphQL-Ruby 1.9-dev
2018-10-25 14:38:54 -04:00
Robert Mosolgo
8b89c6c0cc
Fix: don't generate empty inline fragments, they're invalid graphql
2018-10-19 17:08:45 -04:00
Robert Mosolgo
e3626ca20c
Preserve behavior returning nil when arguments are missing
2018-10-16 11:54:13 -04:00
Robert Mosolgo
f8d8ad799a
Also support <1.9
2018-10-16 11:09:35 -04:00
Robert Mosolgo
e9459e46e0
Put back test helper
2018-10-16 11:07:19 -04:00
Robert Mosolgo
2a661e14df
Support GraphQL-Ruby 1.9-dev
2018-10-16 11:05:54 -04:00
Garen J. Torikian
9202cfa395
Bump to 0.0.10
2018-03-27 18:56:04 -04:00
Garen J. Torikian
69d90572bc
Support `except` and `only` masks
2018-03-27 18:55:36 -04:00
Garen J. Torikian
281c254104
Let Rubocop do its thing
2018-03-27 18:54:35 -04:00
Christian Joudrey
67c0178e17
Bump gem to v0.0.9
2018-02-27 15:37:59 -05:00
Christian Joudrey
2a956c61c7
Merge pull request #13 from github/fix-empty-selection-set
...
Empty selection sets are no longer syntactically valid
2018-02-27 15:35:43 -05:00
Christian Joudrey
0ae0b9dca7
Do not rely on empty selection set syntax
2018-02-27 14:49:30 -05:00
Brooks Swinnerton
ca4584a60e
Merge pull request #12 from github/v0.0.8
...
Bump version to v0.0.8
2017-04-10 15:31:05 -04:00
Brooks Swinnerton
401a70436c
Bump gem to v0.0.8
2017-04-10 15:27:12 -04:00
Brooks Swinnerton
f98d82ad21
Merge pull request #11 from github/graphql-ruby-1-5-6
...
Use valid_isolated_input? in place of valid_input?
2017-04-10 15:26:08 -04:00
Brooks Swinnerton
26f9dc9b80
Revert "Use valid_isolated_input in field_ast"
...
This reverts commit 7c4c85776a
.
2017-04-10 14:31:09 -04:00
Brooks Swinnerton
7c4c85776a
Use valid_isolated_input in field_ast
2017-04-10 14:18:45 -04:00
Brooks Swinnerton
2bfa228868
Remove use of warden as it's no longer required
2017-04-10 14:03:37 -04:00
Brooks Swinnerton
1da76ca09c
Use valid_isolated_input?
...
As per the deprecation notice noted in https://git.io/vS6hn .
2017-04-10 13:45:22 -04:00
Garen Torikian
ec31adb640
Add gem relesing tasks
2017-03-17 15:06:07 -07:00
Garen Torikian
d012fe29c4
💎 bump to 0.0.7
2017-03-17 15:05:09 -07:00
Garen Torikian
e6aece25b4
Merge pull request #10 from github/bump-the-string-length
...
Increase length of randomly generated string
2017-03-17 15:03:52 -07:00
Garen Torikian
8639dc49bf
Increase length of randomly generated string
2017-03-17 14:39:46 -07:00
Brandon Black
125135a617
bumping to v0.0.6
2017-01-09 14:02:26 -08:00
Brandon Black
c96d5f2379
Merge pull request #9 from bswinnerton/graphql-ruby-1-4-0
...
Add support for GraphQL::Wardens of version 1.4.0
2017-01-09 13:57:04 -08:00
Brooks Swinnerton
2c3bbbd523
Add support for GraphQL::Wardens of version 1.4.0
...
The method fingerprint of GraphQL::Schema::Warden has changed in
graphql-ruby 1.4.0. Warden's first argument is now the mask, and then
two keyword arguments, schema and context as per https://git.io/vM8aG .
This commit updates that method signature in the query builder code.
2017-01-09 16:45:00 -05:00
Brandon Black
28e559a557
bump to v0.0.5
2016-11-08 11:31:57 -08:00
Brandon Black
71f828d171
Merge pull request #7 from github/new-graphql-fixes
...
Fixes for GraphQL 1.0.0+
2016-11-08 11:29:26 -08:00
Charlie Somerville
3991b2d1dd
type name in fragment condition is a TypeName as of graphql 1.0.0
2016-11-08 19:19:04 +11:00
Charlie Somerville
4f0159ea09
pass allow-all warden to valid_input? on graphql >= 1.1.0
2016-11-08 19:03:49 +11:00
Benjamin P Toews
f436cf736b
bump version to 0.0.4
2016-11-07 21:24:52 -07:00
Ben Toews
028d2edd07
Merge pull request #6 from github/relax-graphql-dependency
...
Relax graphql dependency
2016-11-07 21:21:34 -07:00
Charlie Somerville
a9849a7372
relax graphql dependency
2016-11-08 14:38:55 +11:00
Brandon Black
24338cc986
bump to v0.0.3
2016-11-03 20:03:21 -07:00
Brandon Black
6234a42e10
Merge pull request #5 from github/allow-client-context
...
Adding the ability to pass context and variables through to GraphQL::Client
2016-11-03 19:47:17 -07:00
Brandon Black
6dc4192467
fixing travis config to avoid double ci jobs on PRs
2016-11-03 19:12:25 -07:00
Brandon Black
2830e4e3e1
needs moar docs yo
2016-11-03 19:05:27 -07:00
Brandon Black
5ac79b35db
adding ability to pass context and variables through to graphql client
2016-11-03 14:02:06 -07:00