Vladimir Razuvaev
|
0b7d55c30d
|
SchemaPrinter: sort fields before printing to get more stable diff
|
2017-07-05 18:33:16 +07:00 |
|
Vladimir Razuvaev
|
9b9a74c1d1
|
Spec compliance: errors in buildExecutionContext() are caught and included in result rather than thrown
|
2017-07-05 17:33:59 +07:00 |
|
Vladimir Razuvaev
|
78d9ba0d5e
|
Allow providing default field resolver for execution call
|
2017-07-05 16:22:01 +07:00 |
|
Vladimir Razuvaev
|
b47c87f793
|
Allow null values for enums
|
2017-07-04 20:19:52 +07:00 |
|
Vladimir Razuvaev
|
f569c6de2d
|
Spec compliance: coercion of Int values
|
2017-07-04 18:27:20 +07:00 |
|
Vladimir Razuvaev
|
90e1ea4d22
|
Added tools for warnings with ability to suppress them
|
2017-07-04 17:13:05 +07:00 |
|
Vladimir Razuvaev
|
1c41fb27ed
|
Added test for enums with null values
|
2017-07-04 16:27:40 +07:00 |
|
Vladimir Razuvaev
|
76e182e616
|
Forbid duplicate type definitions
|
2017-07-04 14:01:00 +07:00 |
|
Vladimir Razuvaev
|
c3db8de9e7
|
Note about dunderscore becoming hard error in next version
|
2017-07-04 13:58:56 +07:00 |
|
Vladimir Razuvaev
|
c5484ae6f9
|
Convert error to warning for non-compliant usage of __ in names
|
2017-07-04 00:28:17 +07:00 |
|
Vladimir Razuvaev
|
34bd378c7e
|
Refactored executor logic related to isTypeOf
|
2017-07-04 00:09:32 +07:00 |
|
Vladimir Razuvaev
|
29c1132554
|
getValue() for EnumType (and getEnumValue() for TypeInfo)
|
2017-07-03 23:23:12 +07:00 |
|
Vladimir Razuvaev
|
d64c352262
|
Ability for interface types to resolve type asynchronously
|
2017-07-03 23:08:20 +07:00 |
|
Vladimir Razuvaev
|
445f579f09
|
Include expected type in isValidPHPValue error message
|
2017-07-03 18:24:58 +07:00 |
|
Vladimir Razuvaev
|
7937b15855
|
Fixed several typos
|
2017-07-03 18:04:32 +07:00 |
|
Vladimir Razuvaev
|
b471938f16
|
Consistent validation of type names + reject names starting with __
|
2017-07-03 18:04:08 +07:00 |
|
Vladimir Razuvaev
|
b147b528e2
|
Merge branch 'v0.10' of https://github.com/webonyx/graphql-php into v0.10
|
2017-06-27 16:41:31 +07:00 |
|
Vladimir Razuvaev
|
21e3445754
|
Merge pull request #116 from leocavalcante/resolve-callables
Resolve callables by default
|
2017-06-27 00:37:30 +07:00 |
|
Vladimir Razuvaev
|
1657f0e9bd
|
Merge branch 'master' into v0.10
|
2017-06-26 17:47:36 +07:00 |
|
Daniel Tschinder
|
65ef159ddc
|
Support PHP7 error exceptions everywhere
Also replace \Error with \Throwable
|
2017-06-25 07:33:28 -07:00 |
|
Laurin Quast
|
6d6d1ac01b
|
Adds tests for DisableIntrospection Validation rule
|
2017-06-17 14:49:07 +02:00 |
|
Vladimir Razuvaev
|
bc4b990946
|
Do not run query complexity validation if there were other validation errors (as it will throw and mess up previous validation results), see #125
|
2017-06-03 17:07:01 +07:00 |
|
Jeremiah VALERIE
|
6d5b4e5a37
|
Use dedicated exception for scalar type parsing error
|
2017-05-29 10:32:48 +02:00 |
|
leocavalcante
|
8a5f337469
|
Extract anonymous class
|
2017-05-07 19:42:59 -03:00 |
|
leocavalcante
|
e07c86bd5e
|
Default resolve callables
|
2017-05-07 19:21:20 -03:00 |
|
Pascal de Vink
|
11a1b13b72
|
Use directives to calculate query complexity
|
2017-04-24 14:21:58 +02:00 |
|
Decebal Dobrica
|
ca92ae4688
|
pass failing test
|
2017-03-16 15:41:29 +00:00 |
|
Decebal Dobrica
|
0bedebe392
|
fragment type caps
|
2017-03-16 15:09:09 +00:00 |
|
Decebal Dobrica
|
c51dda097a
|
fix tests typo
|
2017-03-16 15:00:01 +00:00 |
|
Decebal Dobrica
|
b9550d3ecb
|
replies aliased
|
2017-03-16 14:44:21 +00:00 |
|
Decebal Dobrica
|
7bed5ef4a8
|
add replies fragments
|
2017-03-16 14:43:47 +00:00 |
|
Vladimir Razuvaev
|
f77bd17eba
|
ResolveInfo: Take in account inline fragments in getFieldSelection()
|
2017-03-10 19:21:27 +07:00 |
|
Vladimir Razuvaev
|
3f909e3e11
|
Separate utility for extractTypes
|
2017-02-24 16:29:28 +07:00 |
|
Bernhard Schussek
|
e35b57601d
|
Fixed SyncPromiseAdapter::all() to not change the order of arrays
|
2017-02-23 11:45:13 +01:00 |
|
petecoop
|
fc629a292d
|
BuildSchema and SchemaPrinter
|
2017-02-19 19:26:56 +00:00 |
|
Adam Dumas
|
97674cbbb9
|
Fixed Utils::assign() bug relating to detecting missing required keys
|
2017-02-13 12:50:34 -05:00 |
|
jane-olszewska
|
008fd20498
|
Added test for adding a schema element description in comments
|
2017-02-06 19:11:12 +00:00 |
|
jane-olszewska
|
dd31ab2b80
|
Added a description field to schema type definition classes
|
2017-02-06 18:33:18 +00:00 |
|
vladar
|
b4e6630c1d
|
PHPUnit: Replaced deprecated method getMock() with getMockBuilder()
|
2017-01-26 18:48:23 +07:00 |
|
vladar
|
e2875953e1
|
Tests for new GraphQL\Server facade
|
2017-01-19 19:23:00 +07:00 |
|
vladar
|
ceaf798b07
|
Merge branch 'master' of https://github.com/webonyx/graphql-php
|
2016-12-23 22:42:05 +07:00 |
|
Juuso Leinonen
|
8626e0b45d
|
Make tests run on php 5.4
|
2016-12-22 15:35:38 +02:00 |
|
Juuso Leinonen
|
90c4b5d9fa
|
Changed ReactPromiseAdapter::all to preserve the array key order and added tests
|
2016-12-22 15:08:28 +02:00 |
|
vladar
|
296cc7530d
|
Added Server class as a new facade for library, including HTTP endpoint compatible with express-graphql format
|
2016-12-19 20:40:46 +07:00 |
|
vladar
|
ff3a40d329
|
Execution: modified deferred behavior to be more predictable (+added more tests for them)
|
2016-12-17 05:14:51 +07:00 |
|
vladar
|
2043cc7e75
|
Introduced type resolution strategies: eager and lazy (for #69)
|
2016-12-14 17:12:09 +07:00 |
|
vladar
|
ae57a72461
|
Deleted unused SchemaValidator
|
2016-12-08 06:05:40 +07:00 |
|
vladar
|
90e29ac704
|
Fixing tests for HHVM
|
2016-12-08 04:50:33 +07:00 |
|
vladar
|
51d816d280
|
Tests for Config
|
2016-12-08 04:16:13 +07:00 |
|
vladar
|
c5bba0e7d4
|
Cleaning up old unused messages
|
2016-12-06 03:45:52 +07:00 |
|