Type Definition FragmentsMap
async_graphql_parser::ast
type FragmentsMap = HashMap<&'static str, Positioned<FragmentDefinition>>;