vladar
|
660200ed50
|
GraphQL\Language\AST\NodeType -> GraphQL\Language\AST\NodeKind
|
2016-11-19 17:31:47 +07:00 |
|
vladar
|
7340e30753
|
Types are now serializable to JSON (output their name)
|
2016-11-19 17:25:34 +07:00 |
|
vladar
|
04550f805f
|
Differentiate between input values with no default and with default = null
|
2016-11-19 17:21:22 +07:00 |
|
vladar
|
5a17ae8246
|
Clearer lexer errors
|
2016-11-19 17:08:20 +07:00 |
|
vladar
|
0ab55ec0d9
|
Replaced "AST" with "Node" in variable names for better readability
|
2016-11-19 06:47:55 +07:00 |
|
vladar
|
5aad8b596b
|
Consistent docblock comments for arrays
|
2016-11-19 06:19:41 +07:00 |
|
vladar
|
8d696edee5
|
Renamed AST nodes to *Node to disambiguate types
|
2016-11-19 06:12:18 +07:00 |
|
vladar
|
5ce9a7009a
|
Renamed default resolver
|
2016-11-19 04:22:08 +07:00 |
|
vladar
|
439959b292
|
Enforce input coercion rules
|
2016-11-19 04:15:40 +07:00 |
|
vladar
|
f672f0c90c
|
Added validation rule for unique directives per location
|
2016-11-19 00:21:56 +07:00 |
|
vladar
|
8a676cde99
|
Support for NullValue
|
2016-11-18 23:59:28 +07:00 |
|
vladar
|
9bf8e82d7c
|
Minor fix to StarWarsSchema type language in comments
|
2016-11-18 20:32:09 +07:00 |
|
vladar
|
00060a142a
|
Merge branch 'master' of https://github.com/webonyx/graphql-php
|
2016-11-16 18:42:47 +07:00 |
|
vladar
|
5d889ccacd
|
Reverted several breaking changes from #75; tests are green
|
2016-11-16 18:37:35 +07:00 |
|
Andreas Heiberg
|
b2c8d8eeb1
|
[style changes] Lexer
|
2016-11-16 18:14:46 +07:00 |
|
Andreas Heiberg
|
d8ca5f4183
|
move to NodeType enum
|
2016-11-16 18:07:56 +07:00 |
|
Andreas Heiberg
|
816fa067b3
|
type hint Name node in visitor
|
2016-11-16 18:06:25 +07:00 |
|
Andreas Heiberg
|
46788f2ddb
|
move NodeTypes enum to seperate class
|
2016-11-16 18:02:58 +07:00 |
|
Andreas Heiberg
|
2e25f51829
|
[style change] put VisitorOperation up top
|
2016-11-16 17:30:25 +07:00 |
|
Andreas Heiberg
|
80a662564e
|
[style changes] arrays and callback
|
2016-11-16 17:29:50 +07:00 |
|
Andreas Heiberg
|
3c98963f72
|
remove static functions from Printer
|
2016-11-16 17:22:57 +07:00 |
|
Vladimir Razuvaev
|
1ee29e373c
|
Merge pull request #73 from mcg-web/optimized-travis-ci-tests
Optimized travis CI tests
|
2016-11-12 21:48:43 +07:00 |
|
Vladimir Razuvaev
|
936af262ba
|
Merge pull request #72 from mcg-web/fix-missing-requirement
Add ext-mbstring missing requirement
|
2016-11-12 21:47:39 +07:00 |
|
Jeremiah VALERIE
|
4e6b052465
|
Optimized travis CI tests
* Speed up tests by testing coverage only on php 5.6
* Add php nightly because composer accept it
* Add composer cache dir to travis cache
|
2016-11-12 10:23:06 +01:00 |
|
Jeremiah VALERIE
|
4867c4ceca
|
Add ext-mbstring missing requirement
This fix "PHP Fatal error: Uncaught Error: Call to undefined function GraphQL\Language\mb_strlen()"
|
2016-11-12 09:59:05 +01:00 |
|
vladar
|
399a340973
|
Minor change in error handling docs
|
2016-11-11 01:00:55 +07:00 |
|
vladar
|
bacb0649c2
|
Minor objectType refactoring
|
2016-11-11 01:00:32 +07:00 |
|
vladar
|
986eff9bff
|
Added note in Readme about new documentation site
|
2016-11-08 20:47:46 +07:00 |
|
vladar
|
37cb4d00ab
|
Work in progress on better docs (minor changes)
|
2016-11-08 20:27:45 +07:00 |
|
vladar
|
ccad34517c
|
Work in progress on better docs (added section on query execution and error handling)
|
2016-11-08 20:02:10 +07:00 |
|
vladar
|
24b2285ffe
|
Work in progress on better docs (added sections on directives and schema to docs)
|
2016-11-08 17:17:48 +07:00 |
|
vladar
|
add2621a33
|
Replaced directive locations array with constants
|
2016-11-08 16:55:33 +07:00 |
|
vladar
|
1927102183
|
Minor executor tweaks
|
2016-11-07 19:52:44 +07:00 |
|
vladar
|
e6addd4644
|
Minor fixes in docs
|
2016-11-07 18:23:59 +07:00 |
|
vladar
|
6023c0ff60
|
Refactoring abstract type resolution
|
2016-11-07 17:28:47 +07:00 |
|
vladar
|
afbd5dbc90
|
Removed last traces of field memoization
|
2016-11-07 16:26:02 +07:00 |
|
vladar
|
ca01900e9d
|
Work in progress on better docs (added docs for field arguments and input types)
|
2016-11-07 01:52:15 +07:00 |
|
vladar
|
3514b5ac83
|
Work in progress on better docs (added docs for interfaces and unions)
|
2016-11-06 23:45:22 +07:00 |
|
vladar
|
360bf39c9b
|
Simplified blog example
|
2016-11-06 21:33:13 +07:00 |
|
vladar
|
e69667c633
|
Work in progress on better docs
|
2016-11-05 23:55:51 +07:00 |
|
vladar
|
eb3f54b98e
|
Better custom scalars in blog example + more comments
|
2016-11-02 05:10:04 +07:00 |
|
vladar
|
1672bd33e3
|
Minor comments improvement
|
2016-11-02 05:08:17 +07:00 |
|
vladar
|
61245213c4
|
Minor instanceof tweak
|
2016-11-02 00:41:44 +07:00 |
|
vladar
|
22e41a3729
|
Validate type/field/argument names
|
2016-11-02 00:14:44 +07:00 |
|
vladar
|
3b0e52f254
|
Updated AST Utils to match the behavior of reference implementation
|
2016-11-02 00:11:33 +07:00 |
|
vladar
|
443845d1f9
|
Added missing short-hand notation for input type fields
|
2016-11-02 00:07:10 +07:00 |
|
vladar
|
8f80389ecf
|
Moved parse/serialize methods from abstract ScalarType class to LeafType interface (as EnumType implements them as well)
|
2016-11-01 23:50:18 +07:00 |
|
vladar
|
e56eb6e10d
|
Replaced \UnexpectedValueException with GraphQL\Error\InvariantViolationException; Improved some instanceof checks
|
2016-11-01 23:40:37 +07:00 |
|
vladar
|
4a75bc6d2f
|
Added coveralls and packagist badges to README
|
2016-11-01 17:54:21 +07:00 |
|
vladar
|
c846809d2d
|
Added coveralls to travis config
|
2016-11-01 17:39:52 +07:00 |
|