lib/graphql/language/token.rb in graphql-1.2.6 vs lib/graphql/language/token.rb in graphql-1.3.0

- old
+ new

@@ -1,4 +1,5 @@ +# frozen_string_literal: true module GraphQL module Language # Emitted by the lexer and passed to the parser. # Contains type, value and position data. class Token