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-02-19 13:53:13 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
graphql-php
/
src
/
Type
History
vladar
19436c326d
Infer type name from className for enum and scalar types as well
2016-10-24 16:47:39 +07:00
..
Definition
Infer type name from className for enum and scalar types as well
2016-10-24 16:47:39 +07:00
DefinitionContainer.php
Added DefinitionContainer interface to enable compositional use of user-land types (vs extending ObjectType, InterfaceType, etc). Very similar to IteratorAggregate vs Iterator
2016-10-23 05:05:50 +07:00
Introspection.php
Deprecated callbacks in "type" option of field/argument definitions (see
#35
)
2016-10-23 00:49:25 +07:00
SchemaValidator.php
Moved all error-related classes to separate namespace; fixed related broken tests
2016-10-21 16:40:56 +07:00