Vladimir Razuvaev
|
b088720d40
|
Merge pull request #458 from simPod/upgrade-phpstan
Upgrade PHPStan
|
2019-03-23 17:57:09 +07:00 |
|
Simon Podlipsky
|
23ece09407
|
Upgrade PHPStan
|
2019-03-18 13:02:58 +01:00 |
|
Jáchym Toušek
|
1864facda8
|
Fix annotations
|
2019-03-18 12:31:33 +01:00 |
|
Vladimir Razuvaev
|
29eba82093
|
Merge pull request #436 from keulinho/add-queryplan
Added query plan
|
2019-03-09 21:37:44 +07:00 |
|
Simon Podlipsky
|
d97fac6ab0
|
Invert instance of in BCFinder
|
2019-02-11 09:16:01 +01:00 |
|
Petr Skoda
|
d20a6a9d56
|
Standardise whitespace
|
2019-02-11 08:53:36 +13:00 |
|
Petr Skoda
|
77448ba623
|
Fix incorrect array type of rootValue in PHPDocs
|
2019-02-11 08:53:24 +13:00 |
|
Petr Skoda
|
7d59811c4f
|
Fix incorrect array type of contextValue in PHPDocs
|
2019-02-07 09:18:17 +13:00 |
|
Jonas Elfering
|
5b3f44c7a3
|
add queryplan
|
2019-02-01 22:39:00 +01:00 |
|
Jan Bukva
|
edb5268583
|
Fix return annotation of resolveType() in InterfaceType
|
2019-01-28 22:46:20 +01:00 |
|
Vladimir Razuvaev
|
5ac3eeab18
|
Merge pull request #418 from Quartz/improvement/apollo-compatible-persisted-queries
Allow extensions to be provided in GET request.
|
2018-12-31 13:05:09 +03:00 |
|
Vladimir Razuvaev
|
a80d38747f
|
Merge pull request #421 from JanBukva/new-executor-forces-array
Fix new executor is removing associative array when using custom scalar
|
2018-12-31 13:00:58 +03:00 |
|
Simon Podlipsky
|
828a9fb002
|
Fix Deferred
|
2018-12-27 22:50:12 +01:00 |
|
Jan Bukva
|
00490d289c
|
Use key-value foreach
|
2018-12-27 21:53:16 +01:00 |
|
Jan Bukva
|
2295b96a49
|
Fix CoroutineExecutor::resultToArray for associative arrays
|
2018-12-27 16:38:40 +01:00 |
|
chriszarate
|
244ec66ecc
|
Allow extensions to be provided in GET request.
|
2018-12-11 22:58:57 -05:00 |
|
Vladimir Razuvaev
|
f96bd2740d
|
Merge pull request #416 from erikgaal/master
Add NullableType interface
|
2018-12-07 18:26:04 +07:00 |
|
Torsten Blindert
|
62b0036437
|
BUGFIX: expect ->getType() to throw
|
2018-12-05 18:55:14 +01:00 |
|
Erik Gaal
|
9a0dbff26b
|
Add NullableType interface
|
2018-12-05 11:43:27 +01:00 |
|
Vladimir Razuvaev
|
e22b400373
|
Merge pull request #413 from Quartz/improvement/apollo-compatible-persisted-queries
Apollo persisted query compatibility: Look for queryId in extensions.
|
2018-12-04 19:33:04 +07:00 |
|
chriszarate
|
f644c1a837
|
Add extensions to OperationParams instance.
|
2018-12-02 15:10:09 -05:00 |
|
chriszarate
|
c33e41f2bf
|
Fix linting issue and typos.
|
2018-12-01 19:43:51 -05:00 |
|
chriszarate
|
63b4e3f0a4
|
Apollo server/client compatibility. Look for queryid in extensions.
|
2018-12-01 19:06:59 -05:00 |
|
Vladimir Razuvaev
|
039577d9eb
|
Merge pull request #403 from simPod/fix-conditions
Improve comparison in ReferenceExecutor
|
2018-12-01 23:04:34 +07:00 |
|
Vladimir Razuvaev
|
6610f4e2da
|
Merge pull request #406 from simPod/fix-type
Added all possible scalar types to Node constructor
|
2018-12-01 23:04:11 +07:00 |
|
Vladimir Razuvaev
|
19d9c523c5
|
Merge pull request #407 from simPod/document-bc
Document BC and fix types in ResolveInfo
|
2018-12-01 23:03:19 +07:00 |
|
Yury
|
33e3c9c338
|
Error handling improvements
|
2018-11-28 17:35:21 +03:00 |
|
Simon Podlipsky
|
376e927505
|
Document BC and fix types in ResolveInfo
|
2018-11-27 14:05:55 +01:00 |
|
Simon Podlipsky
|
ead1b864bc
|
Added all possible scalar types to Node constructor
|
2018-11-27 12:22:01 +01:00 |
|
Vladimir Razuvaev
|
c45fa1a4b1
|
Default Error Formatting: Display error category under extensions key (#389)
|
2018-11-27 16:37:33 +07:00 |
|
Vladimir Razuvaev
|
54263d50c0
|
Added a note about experimental executor in the changelog
|
2018-11-27 15:51:53 +07:00 |
|
Vladimir Razuvaev
|
e1b4d438db
|
Ability to override internal types (closes #401)
|
2018-11-27 15:39:20 +07:00 |
|
Simon Podlipsky
|
e344c8a441
|
Improve comparison in ReferenceExecutor
|
2018-11-23 12:17:33 +01:00 |
|
Vladimir Razuvaev
|
bdbb30c604
|
Schema validation improvements
|
2018-11-22 22:23:14 +07:00 |
|
Vladimir Razuvaev
|
c0ae3ccdaf
|
Fix possessive its vs contraction it's (resolving conflicts)
|
2018-11-22 18:43:35 +07:00 |
|
Vladimir Razuvaev
|
7c19777dff
|
Ensure interface has at least 1 concrete type
|
2018-11-21 20:11:11 +07:00 |
|
Vladimir Razuvaev
|
779774b162
|
ReferenceExecutor: Remove excessive arguments
|
2018-11-21 18:54:11 +07:00 |
|
Vladimir Razuvaev
|
b4be42acdf
|
Fix printing of ASTs of argument definitions with descriptions
|
2018-11-21 18:53:44 +07:00 |
|
Vladimir Razuvaev
|
25cfebbd37
|
Lexer: unify unexpected character errors
|
2018-11-21 18:09:57 +07:00 |
|
Mark Huot
|
7249e2611a
|
Fix possessive its vs contraction it's
|
2018-11-11 07:59:45 -05:00 |
|
Jakub Kulhan
|
b5d3341995
|
Pluggable executor implementations; new faster executor using coroutines
|
2018-11-06 23:32:50 +01:00 |
|
David B. Nagle
|
f39f0f5517
|
Fixed misspelling "defintion" in several places
|
2018-11-03 15:35:18 -07:00 |
|
Vladimir Razuvaev
|
23169603fc
|
Removed old experimental code
|
2018-11-03 23:25:23 +07:00 |
|
jbtbnl
|
427ac1b5d5
|
Fix resolve Fn key
|
2018-10-26 12:09:14 +02:00 |
|
Simon Podlipsky
|
644f97634b
|
Little fixes
|
2018-10-22 23:37:28 +02:00 |
|
Vladimir Razuvaev
|
6cce6742eb
|
Merge pull request #367 from simPod/phpstan-strict
Use PHPStan strict rules
|
2018-10-22 17:28:59 +02:00 |
|
Vladimir Razuvaev
|
5fb970b3f1
|
Codestyle fix
|
2018-10-10 11:41:24 +02:00 |
|
Vladimir Razuvaev
|
4bc9dfc6f8
|
Reverted unneeded change in the defaultFieldResolver
|
2018-10-10 11:29:14 +02:00 |
|
Vladimir Razuvaev
|
c7fcd4eb48
|
Got rid of PHP_EOL usages (we never do or expect carriage returns)
|
2018-10-10 11:26:48 +02:00 |
|
Simon Podlipsky
|
90d0156291
|
Use PHPStan strict rules
Two rules excluded: missing type hints and empty() usage
|
2018-10-09 17:46:55 +02:00 |
|