View Source AbsintheQueryAll.Utils.Maybe (absinthe_query_all v0.5.0)
A "maybe" is a value that can be either some value or nil. Essentially this:
any() | nil
The concept is borrowed from Elm: https://package.elm-lang.org/packages/elm/core/latest/Maybe
This module is for chaining or otherwise manipulating maybe values.