Hi, is anyone aware of a cool unit testing framwork for graphql apis? So far I have only used sets of playground mutations... I would like to write some unit tests for my graphql resolvers.
d
Daniel K.
03/24/2018, 10:42 AM
well, resolver is just a function, you can use Jest for that just fine