I have a problem with the enum type in apollo-graphQL, I'm using apollo-server in nodejs. The problem is that I can't use strings with a value like image/jpeg or svg+xml. It's giving me errors that these values can't be parsed as enums.
Can somebody tell me how to fix this ?

