Hello! Using `json-to-graphql-query` I can, for ex...
# orm-help
p
Hello! Using
json-to-graphql-query
I can, for example, send a whole filter object as a variable to my GraphQL API. My question is: is it possible to send a JSON object as a filter withotu using such a library, if one of the filter object variables has an
enum
type?
n
Yes, it should be! Have you tried and run into a problem?
p
I tried and it worked fine :-)
💯 1
n
nice! 😄