Open
Description
We should do a pass in the absinthe code base and eliminate all bare atom identifiers within blueprints and standardize on
%TypeReference.Name{} | %TypeReference.Identifier{}
Noted in https://github.com/absinthe-graphql/absinthe/pull/780/files#r322457359
This will help us handle both Macro-based & SDL-based schemas better