Importing Fields Macro
Learn the fields module and how we import it in our application.
We'll cover the following...
Importing fields
To support breaking up a large object, Absinthe provides another macro, import_fields
, that we can use. In our hypothetical future for PlateSlate, let’s say our root query object type has fields that provide the ...