class Tina4::GraphQLParser

def peek(offset = 0)

def peek(offset = 0)
  @tokens[@pos + offset]
end