Petr Skoda
7405ddc852
Fix incorrect array type of rootValue in PHPDocs
...
(cherry picked from commit 77448ba6239f7a8bd413c2dfc4ef6d2c3d040009)
2019-03-09 22:27:30 +07:00
Simon Podlipsky
0cbc1c9c07
Support PHP 8
...
(cherry picked from commit bc637414e5158f5b2b8144be19f4baf8b4c7abc2)
2019-03-09 22:27:17 +07:00
Petr Skoda
c628fa39a1
Fix incorrect array type of contextValue in PHPDocs
...
(cherry picked from commit 7d59811c4ff3134d1e4fd79652f8601e9bd37d36)
2019-03-09 22:27:03 +07:00
Stefano Torresi
a0f214a9f9
Update docs intro verbiage
...
Just throwing my 2 cents: I don't think it's fair to say that "it's intended to be a replacement", given that multiple API paradigms can coexist in the same system and each of them have their trade-offs.
(cherry picked from commit b1ab1820b684ac659dbdfd04ae2b0f502dbc0696)
2019-03-09 22:26:44 +07:00
Jan Bukva
153f6f862e
Fix return annotation of resolveType() in InterfaceType
...
(cherry picked from commit edb52685839c12db3b50e51df035ee6ab5c6a67f)
2019-03-09 22:26:29 +07:00
Simon Podlipsky
610979555d
Merge clovers
...
(cherry picked from commit fd7465521a2a6e75dc69c8547c8551c0afe8e60e)
2019-03-09 22:26:10 +07:00
Simon Podlipsky
ababa18157
Fix Deferred
...
(cherry picked from commit 828a9fb002e975ddf5945d3f4af91e4e4e8f23e2)
2019-03-09 22:25:47 +07:00
Jan Bukva
f52dfcfaef
Use key-value foreach
...
(cherry picked from commit 00490d289c0a858842e08cead45635016f147921)
2019-03-09 22:24:46 +07:00
Jan Bukva
8b8ea0d4a3
Fix CoroutineExecutor::resultToArray for associative arrays
...
(cherry picked from commit 2295b96a493b9ce6528abd8e1a644e1164bb9fbe)
2019-03-09 22:24:39 +07:00
Jan Bukva
42b20e7651
Failing test for CoroutineExecutor removes associative array when using custom scalar producing JSON
...
(cherry picked from commit 31d89acfae5a27b772cd0ebec992d0e564796cf5)
2019-03-09 22:24:17 +07:00
chriszarate
08992de960
Allow extensions to be provided in GET request.
...
(cherry picked from commit 244ec66ecc0677d25ad2d958baed7de50e551043)
2019-03-09 22:20:14 +07:00
Torsten Blindert
1d8f526d91
TASK: Code style
...
(cherry picked from commit 9609d2ac84623291c76c4c72b61235799ad07f5e)
2019-03-09 22:18:54 +07:00
Torsten Blindert
fda73f3212
TASK: Added test
...
(cherry picked from commit d5fddfd504d438d92a32be28546a615cc49f3c6f)
2019-03-09 22:18:45 +07:00
Torsten Blindert
22cee49747
BUGFIX: expect ->getType() to throw
...
(cherry picked from commit 62b003643779246403c0fd71d7e7486d94c50835)
2019-03-09 22:18:35 +07:00
Erik Gaal
59c128c54a
Add NullableType interface
...
(cherry picked from commit 9a0dbff26b72cca1528ba4fac536fafc7ba3f624)
2019-03-09 22:17:22 +07:00
chriszarate
a116127436
Add extensions to OperationParams instance.
...
(cherry picked from commit f644c1a837890e4ca854d16371c0730bc32b9314)
2019-03-09 22:16:45 +07:00
chriszarate
9ada606919
Fix linting issue and typos.
...
(cherry picked from commit c33e41f2bf44b20b3d79b00d335c3a5ea5975116)
2019-03-09 22:16:30 +07:00
chriszarate
1e778d259e
Apollo server/client compatibility. Look for queryid in extensions.
...
(cherry picked from commit 63b4e3f0a4527c491f51e37bbda99169a47690f1)
2019-03-09 22:15:55 +07:00
Simon Podlipsky
b005803bf6
Add PHP 7.3 to Travis
...
(cherry picked from commit f95d1e81eabfae0b83bba19f2b260b5d04640d4f)
2019-03-09 22:15:26 +07:00
Yury
21dc3fe664
Error handling improvements
...
(cherry picked from commit 33e3c9c338b3c77edcdc009d546015e8d74ae049)
2019-03-09 22:15:11 +07:00
Simon Podlipsky
16d42dead3
Document BC and fix types in ResolveInfo
...
(cherry picked from commit 376e9275054f9b63a27b8fa2215553f050898602)
2019-03-09 22:14:35 +07:00
Simon Podlipsky
bf471838ae
Added all possible scalar types to Node constructor
...
(cherry picked from commit ead1b864bc82e4ede561ede0d3e9085d4fac3ca0)
2019-03-09 22:14:24 +07:00
Vladimir Razuvaev
29eba82093
Merge pull request #436 from keulinho/add-queryplan
...
Added query plan
2019-03-09 21:37:44 +07:00
Vladimir Razuvaev
e6e9d9ea22
Merge branch 'master' of https://github.com/webonyx/graphql-php
2019-03-04 19:03:55 +07:00
Vladimir Razuvaev
f24e00f4b4
Merge pull request #449 from hughdevore/patch-1
...
Add WP-GraphQL to complementary tools.
2019-03-01 23:54:04 +07:00
Hughie Devore
4a39dadd0d
Add WP-GraphQL to complementary tools.
...
We utilized this repo for our work in WP GraphQL and wanted to let WP users know that it's available for use.
2019-02-28 13:23:23 -07:00
Vladimir Razuvaev
616fc10837
Merge pull request #431 from simPod/fix-bc-finder
...
Invert instance of in BCFinder
2019-02-19 10:53:03 +07:00
Vladimir Razuvaev
2f73bbe96c
Merge pull request #442 from moufmouf/patch-1
...
Adding GraphQLite to the list of PHP Tools
2019-02-19 10:48:52 +07:00
Vladimir Razuvaev
b667d8b3a3
Merge pull request #445 from Chrisdowson/master
...
change Document url
2019-02-19 10:48:01 +07:00
段小强
441d70c7e5
change Document url
...
change Document url
2019-02-19 11:21:25 +08:00
David Négrier
972532cf6c
Adding GraphQLite to the list of PHP Tools
2019-02-12 10:46:28 +01:00
Vladimir Razuvaev
e467f80149
Merge pull request #440 from simPod/php7.4
...
Test against PHP 7.4
2019-02-11 15:31:09 +07:00
Simon Podlipsky
d97fac6ab0
Invert instance of in BCFinder
2019-02-11 09:16:01 +01:00
Simon Podlipsky
dfefdf24cb
Test against PHP 7.4
2019-02-11 08:37:05 +01:00
Vladimir Razuvaev
20e98aefa4
Merge pull request #438 from skodak/executioncontext
...
Fix incorrect array type of contextValue in PHPDocs
2019-02-11 10:56:05 +07:00
Vladimir Razuvaev
ff16350aa1
Merge pull request #439 from simPod/php8
...
Support PHP 8
2019-02-11 10:55:23 +07: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
Simon Podlipsky
bc637414e5
Support PHP 8
2019-02-08 15:08:11 +01:00
Petr Skoda
7d59811c4f
Fix incorrect array type of contextValue in PHPDocs
2019-02-07 09:18:17 +13:00
Vladimir Razuvaev
31bbc416a5
Merge pull request #437 from stefanotorresi/patch-1
...
Update docs intro verbiage
2019-02-04 19:18:53 +07:00
Stefano Torresi
b1ab1820b6
Update docs intro verbiage
...
Just throwing my 2 cents: I don't think it's fair to say that "it's intended to be a replacement", given that multiple API paradigms can coexist in the same system and each of them have their trade-offs.
2019-02-04 12:38:31 +01:00
Jonas Elfering
5b3f44c7a3
add queryplan
2019-02-01 22:39:00 +01:00
Vladimir Razuvaev
1dc291b073
Merge pull request #435 from JanBukva/fix-interface-type-return
...
Fix return annotation of resolveType() in InterfaceType
2019-01-29 17:50:03 +07:00
Jan Bukva
edb5268583
Fix return annotation of resolveType() in InterfaceType
2019-01-28 22:46:20 +01:00
Vladimir Razuvaev
6544197ef8
Merge pull request #426 from simPod/merge-clovers
...
Merge clovers
2018-12-31 13:07:26 +03: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
Vladimir Razuvaev
9c1a89710e
Merge pull request #422 from simPod/fix-deferred
...
Fix Deferred
2018-12-31 12:40:58 +03:00
Simon Podlipsky
fd7465521a
Merge clovers
2018-12-31 00:32:42 +01:00