Commit graph

258 commits

Author SHA1 Message Date
Tobe O
935c06a51b merge working branch in 2020-02-03 15:34:31 -05:00
Tobe O
ae574e9619 Merge branch 'master' of https://github.com/angel-dart/graphql 2020-02-03 15:30:08 -05:00
Tobe O
d4e9f042f9 bump graphql_server to 1.0.3 2020-02-03 15:29:54 -05:00
Tobe O
1026073f9b bump to 1.0.3 2020-02-03 15:29:11 -05:00
Tobe Osakwe
0a50ce1ad5
Merge pull request #37 from deep-gaurav/patch-1
Make fields resolution asynchronous
2020-02-03 15:25:14 -05:00
Tobe Osakwe
4989183415
Merge pull request #40 from micimize/introspective-cycles
Make intropsection cycle-safe
2020-02-03 15:23:26 -05:00
Tobe O
aebb97032a adjust sdk constraint 2020-02-03 15:21:09 -05:00
Tobe O
2038fddd6d use old set syntax 2020-02-03 15:20:45 -05:00
micimize
4d33b7015c
make intropsection cycle-safe 2020-01-19 10:01:03 -06:00
Deep Gaurav
fad1b43aac
Make fields resolution asynchronous 2019-11-28 18:17:16 +05:30
Tobe Osakwe
a82aa0aaae
Merge pull request #35 from yarcowang/master
Bug: _getQuery return empty value
2019-11-22 08:41:49 -05:00
Tobe Osakwe
a3bde43132
Merge pull request #34 from klavs/master
dedupe DataLoader requests for the same item
2019-11-22 08:41:33 -05:00
Tobe O
d4c427b021 roll 1.0.2 of graphql_server 2019-09-29 19:03:39 -04:00
Yarco
87ff2392da Bug: _getQuery return empty value 2019-09-26 12:45:47 +08:00
Klāvs Priedītis
b2217c72b2 dedupe DataLoader requests for the same item 2019-09-17 15:10:50 +03:00
Tobe O
b323ecc3b4 1.1.4 hotfix 2019-09-02 13:14:24 -04:00
Tobe O
87afea8ec8 Merge remote-tracking branch 'origin' into 1.2.0 2019-08-27 05:53:24 -04:00
Tobe Osakwe
6fc6d1453e
Merge pull request #32 from micimize/patch-1
FIx broken int variable type parsing
2019-08-26 20:08:48 -04:00
Michael Joseph Rosenthal
35c8e1088d
FIx broken int variable type parsing 2019-08-26 18:55:42 -05:00
Tobe O
4249b80f9f CHANGELOG 2019-08-14 12:14:28 -04:00
Tobe O
d92df27c8a Fix iteration on object paths 2019-08-14 12:14:25 -04:00
Tobe O
2bf39a81e1 Pass argumentName, not fieldName, to type validations. 2019-08-14 12:07:45 -04:00
Tobe O
34cf2065fb Pass variables in graphQLWS (fix #26) 2019-08-14 12:04:57 -04:00
Tobe O
899fe0fe54 Pedantic fixes in angel_graphql 2019-08-14 12:02:51 -04:00
Tobe O
359919e8fd Merge branch 'file-uploads' into 1.2.0 2019-08-14 12:01:08 -04:00
Tobe O
4e7972ca5c coerce variable values the same as other values 2019-08-14 11:58:19 -04:00
Tobe O
2ca155375b Null check on argumentValue in coerceArgumentValues 2019-08-14 11:03:57 -04:00
Tobe O
917477cb89 Remove use of deprecated value members 2019-08-14 10:59:18 -04:00
Tobe O
02a816f5dd Update graphql_server deps + version 2019-08-14 10:51:11 -04:00
Tobe O
d23f899a6c Merge branch 'master' into 1.2.0 2019-08-14 10:50:21 -04:00
Tobe O
77eb28f49c Pedantic fixes 2019-08-14 00:48:18 -04:00
Tobe O
cf4b96da42 Remove "new" kw 2019-08-14 00:44:22 -04:00
Tobe O
1d33583ddf Protect from case where globalVars is null 2019-08-14 00:44:04 -04:00
Tobe O
c8f5a0931c Send globalVariables explicitly to resolveFieldValue 2019-08-14 00:43:19 -04:00
Tobe O
779588e47c Changelog + bump gql_server to 1.0.1 2019-08-14 00:42:31 -04:00
Tobe O
9fd290ca68 Use name instead of parsed int index 2019-08-13 22:58:15 -04:00
Tobe O
b2fe33f0ad Add validation 2019-08-13 22:55:46 -04:00
Tobe O
36ab0cdb2a Create graphQLUpload schema type 2019-08-13 22:50:04 -04:00
Tobe O
fa0e957788 Experimental implement of file upload spec 2019-08-13 22:44:04 -04:00
Tobe O
9f28e73483 pedantic: done (graphql_parser) 2019-08-07 23:21:09 -04:00
Tobe O
0fb5e16565 pedantic: string_value 2019-08-07 23:19:31 -04:00
Tobe O
cba6d7840d pedantic: type_name 2019-08-07 23:18:14 -04:00
Tobe O
b245dde4fb pedantic: var def 2019-08-07 23:17:05 -04:00
Tobe O
7f28d673e6 pedantic: var defs 2019-08-07 23:14:51 -04:00
Tobe O
d15337714e pedantic: op_def 2019-08-07 23:10:37 -04:00
Tobe O
a79f6c51c1 pedantic: number_value 2019-08-07 23:07:32 -04:00
Tobe O
5ef551e8df pedantic: variable 2019-08-07 23:06:23 -04:00
Tobe O
4048c63432 Fix type_test 2019-08-07 23:05:02 -04:00
Tobe O
a43550c13f pedantic: typecontext 2019-08-07 23:04:48 -04:00
Tobe O
4ec6077802 Formatting 2019-08-07 23:02:03 -04:00