function parseSelection() { return $this->peek(Token::SPREAD) ? $this->parseFragment() : $this->parseField(); }