Simon Podlipsky
|
a22a083220
|
Cleanup Warning
|
2019-06-12 11:03:14 +02:00 |
|
Vladimir Razuvaev
|
e17f578842
|
Merge pull request #492 from spawnia/circular-references
Add schema validation: Input Objects must not contain non-nullable circular references
|
2019-06-12 14:55:05 +07:00 |
|
Vladimir Razuvaev
|
6d9275e6bc
|
Merge pull request #474 from theofidry/patch-1
Ignore examples directory
|
2019-06-12 14:50:02 +07:00 |
|
Vladimir Razuvaev
|
747cb49ae3
|
Merge pull request #364 from simPod/instanceof
Replace node kind checks by InstanceOf checks
|
2019-06-12 14:48:50 +07:00 |
|
spawnia
|
692d10c127
|
Add Unreleases section to the Changelog
|
2019-06-10 22:30:25 +02:00 |
|
spawnia
|
6c82b85e79
|
Revert "Add changelog entry"
This reverts commit e5528d14
|
2019-06-10 22:24:54 +02:00 |
|
spawnia
|
e5528d14ab
|
Add changelog entry
|
2019-06-10 22:23:06 +02:00 |
|
spawnia
|
c9faa3489b
|
Add schema validation: Input Objects must not contain non-nullable circular references
Spec change: https://github.com/graphql/graphql-spec/pull/445
Reference implementation: https://github.com/graphql/graphql-js/pull/1359
|
2019-06-10 22:15:23 +02:00 |
|
Vladimir Razuvaev
|
387f416984
|
Merge pull request #483 from mfn/patch-1
Add Laravel GraphQL implementation
|
2019-05-29 18:06:17 +07:00 |
|
Markus Podar
|
cf90a8d338
|
Add Laravel GraphQL implementation
It's a spiritual success to the archived https://github.com/Folkloreatelier/laravel-graphql project which was previously removed in https://github.com/webonyx/graphql-php/pull/455
|
2019-05-28 22:15:29 +02:00 |
|
Vladimir Razuvaev
|
2fd21dd231
|
Merge pull request #479 from stefsic/stefsic-readme-typo
Update README.md
|
2019-05-23 16:50:35 +07:00 |
|
stefania
|
2173bb9696
|
Update README.md
Fix "LICENCE" typo
|
2019-05-22 15:27:40 -04:00 |
|
Vladimir Razuvaev
|
22e3b0e981
|
Merge pull request #475 from mll-lab/nodelist-offsets
Use foreach for iterating over NodeList
|
2019-05-10 11:57:44 +07:00 |
|
Benedikt Franke
|
019ed04a51
|
Update src/Language/AST/NodeList.php
Co-Authored-By: Šimon Podlipský <simon@podlipsky.net>
|
2019-05-09 19:33:37 +02:00 |
|
spawnia
|
e5b955ecc8
|
Use array_keys for iterating over NodeList
|
2019-05-09 17:04:17 +02:00 |
|
Théo FIDRY
|
e94db8a045
|
Update .gitattributes
|
2019-05-08 17:28:01 +02:00 |
|
Vladimir Razuvaev
|
49b7aced87
|
Merge pull request #472 from terabaud/patch-1
Documentation fix: add missing semicolon in generated cache file
|
2019-05-06 12:21:57 +07:00 |
|
Vladimir Razuvaev
|
0bd13d1828
|
Merge pull request #469 from simPod/fix-batch-query
Fix invalid query in docs
|
2019-05-06 12:17:05 +07:00 |
|
Lea Rosema
|
179944495e
|
fix: add missing semicolon in generated cache file
The `require $cacheFilename` statement leads to a PHP error due to a missing semicolon in the generated cache file.
|
2019-05-03 15:15:22 +02:00 |
|
Simon Podlipsky
|
0308cf0c0c
|
Fix invalid query in docs
|
2019-05-03 00:56:11 +02:00 |
|
Vladimir Razuvaev
|
11d32d4568
|
Merge pull request #465 from mll-lab/enum-default-values
Enum default values
|
2019-03-29 15:41:12 +07:00 |
|
spawnia
|
db915d8812
|
Fix codestyle
|
2019-03-29 09:27:33 +01:00 |
|
Vladimir Razuvaev
|
5821caa249
|
Merge pull request #466 from simPod/upgrade-doctrine-cs
Upgrade Doctrine CS
|
2019-03-29 15:14:04 +07:00 |
|
Vladimir Razuvaev
|
8435c3111e
|
Merge pull request #464 from mll-lab/contributing
Clarify some bits of CONTRIBUTING.md and unify formatting
|
2019-03-28 19:09:04 +07:00 |
|
Vladimir Razuvaev
|
edec095055
|
Update README.md
|
2019-03-28 19:04:50 +07:00 |
|
Simon Podlipsky
|
06529e1924
|
Upgrade Doctrine CS
|
2019-03-28 12:18:35 +01:00 |
|
spawnia
|
ddebd9a414
|
Add test for default enum input coercion
|
2019-03-28 11:26:30 +01:00 |
|
spawnia
|
1acddf4e22
|
Mention default value definition for enum args in docs
|
2019-03-28 11:25:57 +01:00 |
|
spawnia
|
569945cd37
|
Clarify some bits of CONTRIBUTING.md and unify formatting
|
2019-03-28 11:24:06 +01:00 |
|
Vladimir Razuvaev
|
b088720d40
|
Merge pull request #458 from simPod/upgrade-phpstan
Upgrade PHPStan
|
2019-03-23 17:57:09 +07:00 |
|
Vladimir Razuvaev
|
b3bb316224
|
Merge pull request #457 from enumag/patch-4
Fix annotations
|
2019-03-19 12:19:51 +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
|
d15a9405cd
|
Merge pull request #455 from spawnia/patch-1
Remove deprecated tools and improve Lighthouse description
|
2019-03-17 23:22:41 +07:00 |
|
Benedikt Franke
|
d4742a76e5
|
Remove deprecated tools and improve Lighthouse description
- The folklore package was archived by the owner.
- The lighthouse relay tools were integrated with the core
|
2019-03-14 11:16:15 +01: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
|
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 |
|