1
0
mirror of https://github.com/retailcrm/graphql-php.git synced 2025-03-24 08:43:49 +03:00

4 Commits

Author SHA1 Message Date
Daniel Tschinder
74854d55a0 Read-only AST types
ref: 
2018-02-11 18:28:34 +01:00
Daniel Tschinder
d70a9a5e53 Update to match SDL changes
This changes the parsing grammar and validation rules to more correctly implement the current state of the GraphQL SDL proposal ()

ref: 
2018-02-11 13:27:26 +01:00
Daniel Tschinder
1da3801614 Add predicates to for built-in types
ref: 
2018-02-10 18:45:52 +01:00
Daniel Tschinder
2cbccb87db Remove duplicated code from buildASTSchema and extendSchema
ref: 

BREAKING CHANGE: SchemaBuilder::build() and buildAST() and constructor
removed the typedecorator, as not needed anymore as library can now resolve
union and interfaces from generated schemas.
2018-02-10 18:45:32 +01:00