This website requires JavaScript.
Explore
Help
Sign In
RetailCRM-Mirror
/
graphql-php
Watch
1
Star
0
Fork
0
You've already forked graphql-php
mirror of
https://github.com/retailcrm/graphql-php.git
synced
2025-03-19 14:33:54 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
graphql-php
/
src
/
Language
History
Vladimir Razuvaev
a0657b7847
Refactored Lexer algorithm for better performance. Now O(N) vs O(N^2) previously (
#137
)
2017-06-24 22:42:55 +07:00
..
AST
Preserve backwards compatibility of Ast\Node::toArray(): do shallow conversion by default
2017-04-25 18:02:45 +07:00
Lexer.php
Refactored Lexer algorithm for better performance. Now O(N) vs O(N^2) previously (
#137
)
2017-06-24 22:42:55 +07:00
Parser.php
Set schema element description to strings retrieved from a continuous chunk of comment tokens immediately preceding the element
2017-02-06 18:33:21 +00:00
Printer.php
GraphQL\Language\AST\NodeType -> GraphQL\Language\AST\NodeKind
2016-11-19 17:31:47 +07:00
Source.php
Sanity check to ensure that GraphQL query is string
2017-02-24 17:14:30 +07:00
SourceLocation.php
Added deprecated directive; changed custom directives handling in schema; various minor tweaks
2016-10-19 01:34:46 +07:00
Token.php
Reworked lexer: tokens are now represented as double linked list
2016-10-17 02:53:50 +07:00
Visitor.php
GraphQL\Language\AST\NodeType -> GraphQL\Language\AST\NodeKind
2016-11-19 17:31:47 +07:00