Versions in this module Expand all Collapse all v1 v1.2.1 Dec 11, 2019 v1.0.0 Nov 28, 2018 Changes in this version + func Test(t *testing.T, filename string, f func(t *testing.T, input string) Spec) + type Features map[string][]Spec + type Spec struct + AST string + Error *gqlerror.Error + Input string + Name string + Tokens []Token + type Token struct + Column int + End int + Kind string + Line int + Src string + Start int + Value string + func (t Token) String() string Other modules containing this package github.com/dgraph-io/gqlparser/v2