Use interface{} instead of string in tokens.
This allows the scanner and resolvers to pass Go types around rather than having to serialise/deserialise to/from strings.
This commit is contained in:
Reference in New Issue
Block a user
This allows the scanner and resolvers to pass Go types around rather than having to serialise/deserialise to/from strings.