Generates a query string that requests every possible field and subfield.
iex> comprehensive(%{ ...> operation_type: :query, ...> operation_name: :someQuery, ...> schema: SomeAbsintheSchema ...> }) "query someQuery {
someQuery { someField: someField someOtherField: someOtherField } } "