juniper/src
Magnus Hallin ebda74ba91 Refactor IntoResolvable (previously IntoFieldResult)
It now supports a blanket implementation for all GraphQLTypes, and
resolving into new context types.
2016-12-23 13:12:12 +01:00
..
executor_tests Refactor IntoResolvable (previously IntoFieldResult) 2016-12-23 13:12:12 +01:00
integrations Move context type parameter to associated type of GraphQLType 2016-12-22 16:25:44 +01:00
macros Refactor IntoResolvable (previously IntoFieldResult) 2016-12-23 13:12:12 +01:00
parser Add directive tests, fix some bugs 2016-11-12 11:03:42 +01:00
schema Move context type parameter to associated type of GraphQLType 2016-12-22 16:25:44 +01:00
tests Move context type parameter to associated type of GraphQLType 2016-12-22 16:25:44 +01:00
types Refactor IntoResolvable (previously IntoFieldResult) 2016-12-23 13:12:12 +01:00
validation Move context type parameter to associated type of GraphQLType 2016-12-22 16:25:44 +01:00
ast.rs Add input variable tests, fix a bunch of related bugs 2016-11-09 21:48:21 +01:00
executor.rs Refactor IntoResolvable (previously IntoFieldResult) 2016-12-23 13:12:12 +01:00
lib.rs Refactor IntoResolvable (previously IntoFieldResult) 2016-12-23 13:12:12 +01:00
result_ext.rs Add helper traits/macros to produce FieldResults 2016-12-05 22:18:42 +01:00
value.rs Add executor tests, fix a bunch of bugs 2016-11-12 17:49:04 +01:00