What are you looking to do? You shouldn’t need to implement enums in your resolvers because you are grabbing data from the context object and saving to the DB (or whatever you are doing with the data). The only place enums are exposed are when you are writing mutations. (Unless you are writing some interfaces, in which case, you can just add them to the interface, not the resolver)