Versions in this module Expand all Collapse all v0 v0.4.18 May 30, 2016 Changes in this version + var IntrospectionQuery = ... + var TestSchema *graphql.Schema + func ASTToJSON(t *testing.T, a ast.Node) interface + func ContainSubset(super map[string]interface{}, sub map[string]interface{}) bool + func ContainSubsetSlice(super []interface{}, sub []interface{}) bool + func Diff(a, b interface{}) []string + func EqualErrorMessage(expected, result *graphql.Result, i int) bool + func ExpectFailsRule(t *testing.T, rule graphql.ValidationRuleFn, queryString string, ...) + func ExpectFailsRuleWithSchema(t *testing.T, schema *graphql.Schema, rule graphql.ValidationRuleFn, ...) + func ExpectPassesRule(t *testing.T, rule graphql.ValidationRuleFn, queryString string) + func ExpectPassesRuleWithSchema(t *testing.T, schema *graphql.Schema, rule graphql.ValidationRuleFn, ...) + func GetHero(episode interface{}) interface + func RuleError(message string, locs ...int) gqlerrors.FormattedError + func TestExecute(t *testing.T, ep graphql.ExecuteParams) *graphql.Result + func TestParse(t *testing.T, query string) *ast.Document + type StarWarsChar struct + AppearsIn []int + Friends []StarWarsChar + HomePlanet string + ID string + Name string + PrimaryFunction string + var Artoo StarWarsChar + var DroidData map[int]StarWarsChar + var Han StarWarsChar + var HumanData map[int]StarWarsChar + var Leia StarWarsChar + var Luke StarWarsChar + var StarWarsSchema graphql.Schema + var Tarkin StarWarsChar + var Threepio StarWarsChar + var Vader StarWarsChar + func GetDroid(id int) StarWarsChar + func GetHuman(id int) StarWarsChar