package queries type resolver struct{} type mutationResolver struct{} // Resolver has all the queries var Resolver resolver // MutationResolver brings the mutagens. var MutationResolver *mutationResolver