Elixpath.query-exclamation-mark

You're seeing just the function query-exclamation-mark, go back to Elixpath module for more information.
Link to this function

query!(data, path, opts \\ [])

Specs

query!(data :: term(), t() | String.t(), [Elixpath.Parser.option()]) ::
  [term()] | no_return()

Query data from nested data structure. Same as query/3, except that query!/3raises on error. Returns [] when no match.