spawnia
|
6e91e2181c
|
Spread ternary expressions across multiple lines
|
2019-06-23 18:04:30 +02:00 |
|
Vladimir Razuvaev
|
93ccd7351d
|
Array in variables in place of object shouldn't cause fatal error (fixes #467)
|
2019-06-19 19:29:03 +07:00 |
|
Vladimir Razuvaev
|
ed1746e800
|
Error handling and schema validation improvements (#404)
|
2019-06-19 18:59:51 +07:00 |
|
Vladimir Razuvaev
|
84a52c6c76
|
Provide a path with a correct list index to resolveType callback of the union and interface types (fixes #396)
|
2019-06-19 17:11:24 +07:00 |
|
Vladimir Razuvaev
|
261f8f5ebd
|
AST: Replaced array with NodeList where missing
|
2019-06-19 15:52:16 +07:00 |
|
Vladimir Razuvaev
|
d1d4455eaa
|
Fixed warning added by one of the previous commits
|
2019-06-19 15:49:22 +07:00 |
|
Vladimir Razuvaev
|
d5fbf1b29f
|
Merge branch 'master' of https://github.com/webonyx/graphql-php
|
2019-06-19 15:09:05 +07:00 |
|
Vladimir Razuvaev
|
c336d01bd2
|
Added .idea to .gitignore
|
2019-06-19 15:08:51 +07:00 |
|
Vladimir Razuvaev
|
752010b341
|
Documentation fix (#499)
|
2019-06-19 15:06:45 +07:00 |
|
Vladimir Razuvaev
|
0a71f9fba9
|
Merge pull request #496 from simPod/fixes
Another code cleanup
|
2019-06-17 16:48:04 +07:00 |
|
Vladimir Razuvaev
|
61453a4f0b
|
Merge pull request #495 from spyl94/query-plan-should-work-on-interfaces
QueryPlan can now be used on interfaces not only objects.
|
2019-06-17 16:46:45 +07:00 |
|
Simon Podlipsky
|
6a5325a448
|
Another code cleanup
|
2019-06-12 15:43:17 +02:00 |
|
Aurélien David
|
e87460880c
|
QueryPlan can now be used on interfaces not only objects.
It's often the case to use interfaces in queries:
interface Pet { name: String! }
Query {
pets: [Pet]
}
|
2019-06-12 11:59:42 +02:00 |
|
Vladimir Razuvaev
|
173a4297d9
|
Merge pull request #494 from simPod/cleanup-warning
Cleanup Warning
|
2019-06-12 16:40:02 +07:00 |
|
Vladimir Razuvaev
|
6f6a39468c
|
Merge pull request #493 from simPod/upgrade-phpstan
Upgrade PHPStan
|
2019-06-12 16:03:40 +07:00 |
|
Simon Podlipsky
|
a22a083220
|
Cleanup Warning
|
2019-06-12 11:03:14 +02:00 |
|
Vladimir Razuvaev
|
acc0442152
|
Merged branch 0.13.x into master
|
2019-06-12 15:45:44 +07:00 |
|
Simon Podlipsky
|
21592f8f28
|
Upgrade PHPStan
|
2019-06-12 10:22:18 +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 |
|
Vladimir Razuvaev
|
cdcf5b4473
|
v0.13.5
|
2019-06-12 14:16:37 +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
|
bd02ccd47e
|
Merge pull request #486 from mcg-web/fix-coroutine-when-using-promise
Fix coroutine executor when using with promise
|
2019-06-06 16:50:40 +07:00 |
|
Jeremiah VALERIE
|
08d9493b2c
|
Fix coroutine executor when using with promise
|
2019-06-02 20:49:10 +02:00 |
|
Jeremiah VALERIE
|
0b4b1485e0
|
Add a test to cover promises
|
2019-06-02 20:49:10 +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
|
e55c7d72cb
|
v0.13.4
|
2019-05-13 14:12:05 +07:00 |
|
Vladimir Razuvaev
|
ef9a24b01f
|
Merge pull request #477 from mcg-web/max-query-int-forced
Force int when setting max query depth
|
2019-05-13 14:10:33 +07:00 |
|
Jeremiah VALERIE
|
40ac5ed269
|
Force int when setting max query depth
|
2019-05-13 07:50:47 +02:00 |
|
Vladimir Razuvaev
|
27539d5af0
|
v0.13.3
|
2019-05-11 14:48:12 +07:00 |
|
Vladimir Razuvaev
|
58d86abaf7
|
Merge pull request #476 from mcg-web/fix-bc
Fix BC
|
2019-05-11 11:44:23 +07:00 |
|
Jeremiah VALERIE
|
c803c455b4
|
Fix bc
|
2019-05-10 14:22:06 +02:00 |
|
Vladimir Razuvaev
|
9fc4d11425
|
v0.13.2
|
2019-05-10 13:03:54 +07:00 |
|
Vladimir Razuvaev
|
d0ab4dc8d8
|
Merge branch 'master' into 0.13.x
# Conflicts:
# composer.json
# src/Server/OperationParams.php
# src/Type/Definition/EnumType.php
# src/Type/Definition/InputObjectType.php
# src/Type/Definition/InterfaceType.php
# src/Type/Definition/ListOfType.php
# src/Type/Definition/ResolveInfo.php
# src/Type/Definition/UnionType.php
# src/Validator/Rules/ValuesOfCorrectType.php
# tests/Utils/SchemaExtenderTest.php
|
2019-05-10 12:19:45 +07:00 |
|
Vladimir Razuvaev
|
231919fbb2
|
Merge branch 'master' of https://github.com/webonyx/graphql-php
|
2019-05-10 12:03:22 +07: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 |
|